Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个 celery worker 在 Windows 上做一些图形任务。
celery worker -A ...当我在 cmd 中手动运行时,任务已正确完成。
celery worker -A ...
但是如果我使用 nssm 将 celery 命令包装为服务,任务将返回错误的结果(它仍然可以走到最后并给出结果,但它是错误的)。
我检查了日志,唯一的区别是它会抛出这样的错误(或警告?)Failed to created the Direct3D device:. 我不明白这意味着什么。
Failed to created the Direct3D device
任何人都可以给我一些想法?