简体   繁体   中英

Cannot start Celery worker

Trying to follow celery tutorial: http://docs.celeryproject.org/en/latest/getting-started/next-steps.html

when i run

celery -A proj worker -l info

absolutely nothing happens in cmd console, no errors, no output. RabbitMQ is installed, service is running (windows 7, python 3.4.3)

How to fix?

There is a currently an open bug issue with Celery in Windows 7 not showing results. Apparently it appeared after Celery 3.1.12 - perhaps you could downgrade until the issue is resolved.

我无法解释为什么,但在 Windows 上似乎只使用一个处理器有效:

celery -A proj worker -P solo -l debug

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM