|
1 year ago | |
---|---|---|
README.md | 1 year ago | |
docker-compose.yml | 1 year ago | |
tasks.py | 1 year ago |
This includes
celery -A proj worker
Worker Options:
-c, --concurrency
Number of child processes processing the
queue. The default is the number of CPUs
available on your system.
celery worker --help
can get more infomation.
add --pool=solo
option