Celery Worker Daemon - celery.bin.celeryd¶
celeryd
- -c, --concurrency¶
- Number of child processes processing the queue.
- -f, --logfile¶
- Path to log file. If no logfile is specified, stderr is used.
- -l, --loglevel¶
- Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL.
- -p, --pidfile¶
- Path to pidfile.
- -w, --wakeup-after¶
- If the queue is empty, this is the time in seconds the daemon sleeps until it wakes up to check if there’s any new messages on the queue.
- -d, --daemon¶
- Run in the background as a daemon.