为什么主管给出“ BACKOFF找不到命令'gunicorn'”错误消息?

时间:2018-08-29 09:07:28

标签: python gunicorn supervisor

我正在尝试重新启动在Ubuntu中运行gunicorn应用程序的主管。但是当我运行sudo supervisorctl status时会出现错误:BACKOFF can't find command 'gunicorn。 (我没有使用虚拟环境)。该如何解决?

[program:myapp]
directory=/home/IOT-ML_API/ml-api
command=gunicorn -t 500 -w 10 app:app -b localhost:8000 &
autostart=True

0 个答案:

没有答案