Я пытаюсь запустить Celery с Supervisord в Ubuntu, но получаю:
INFO exited: celery (exit status 2; not expected)
INFO spawned: 'celery' with pid 15517
INFO gave up: celery entered FATAL state, too many start retries too
quickly
Это скрипт Supervisord:
cd into the directory and activate the virtual environment
celery -A [APP_NAME].celery worker -E -l info --concurrency=2
Если я запускаю этот скрипт вручную,Сельдерей заводится без проблем.Но работает sudo supervisorctl start celery
ошибки с сообщениями об ошибках выше.