I'm getting an “ERROR (spawn error)” when I try to start my celery/supervisor instance
I've gone through how to use celery on my django production server using supervisor . However when I try to start supervisor with sudo supervisorctl start app-celery - it returns: app-celery: ERROR (spawn error) Here is my config /etc/supervisor/conf.d/app-celery.conf : [program:app-celery] command=/home/zorgan/app/env/bin/celery worker -A draft1 --loglevel=INFO directory=/home/zorgan/app/draft1 numprocs=1 stdout_logfile=/var/log/supervisor/celery.log stderr_logfile=/var/log/supervisor/celery.log autostart=true autorestart=true startsecs=10 ; Need to wait for currently executing tasks to