Why the supervisor make the celery worker changing form running to starting all the time?
问题 backgroud The system is Centos7, which have a python2.x. 1GB memory and single core. I install python3.x , I can code python3 into python3. The django-celery project is based on a virtualenv python3.x,and I had make it well at nginx,uwsgi,mariadb. At least,I think so for no error happend. I try to use supervisor to control the django-celery's worker,like below: command=env/bin/python project/manage.py celeryd -l INFO -n worker_%(process_num)s numprocs=4 process_name=projects_worker_%(process