gpt4 book ai didi

django - 主管,Gunicorn(退出状态 127;预计不会)

转载 作者:行者123 更新时间:2023-12-02 17:27:21 28 4
gpt4 key购买 nike

我希望使用 supervisor 来监控和运行 gunicorn 服务器。

当我运行时:

/usr/bin/gunicorn app.wsgi:application -c config.conf

有效。

但是我的主管 conf 文件中的完全相同的命令不起作用。有什么解释吗?

supervisor.conf

[supervisord]
[group:app]
programs=gunicorn_app
[program:gunicorn_app]
environment=PYTHONPATH=usr/bin
command=/usr/bin/gunicorn app.wsgi:application -c gunicorn.conf.py
directory=~/path/to/app

autostart=true
autorestart=true

environment=LANG="en_US.UTF-8",LC_ALL="en_US.UTF-8",LC_LANG="en_US.UTF-8"

我收到这样的错误:

2016-05-31 22:53:34,786 INFO spawned: 'gunicorn_app' with pid 18763
2016-05-31 22:53:34,789 INFO exited: gunicorn_app (exit status 127; not expected)
2016-05-31 22:53:35,791 INFO spawned: 'gunicorn_app' with pid 18764
2016-05-31 22:53:35,795 INFO exited: gunicorn_app (exit status 127; not expected)
2016-05-31 22:53:37,798 INFO spawned: 'gunicorn_app' with pid 18765
2016-05-31 22:53:37,802 INFO exited: gunicorn_app (exit status 127; not expected)
2016-05-31 22:53:40,807 INFO spawned: 'gunicorn_app' with pid 18766
2016-05-31 22:53:40,810 INFO exited: gunicorn_app (exit status 127; not expected)

我知道退出代码 127 表示“找不到命令”,但我可以在命令行上执行完全相同的命令。

最佳答案

尽量使用绝对路径。/家/路径/到/应用程序不是 ~/path/to/app

关于django - 主管,Gunicorn(退出状态 127;预计不会),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37557007/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com