gunicorn not starting workers

前端 未结 3 2126
闹比i
闹比i 2021-02-09 06:22

When i run this command

[jenia@arch app]../bin/gunicorn zones.wsgi:application --bind localht:8000

The gunicorn server runs at localhost:8000.

3条回答
  •  南旧
    南旧 (楼主)
    2021-02-09 06:44

    gunicorn doesn't return to the console by default now. Use the option --log-file=- to do it.

    Also the error should be fixed in https://github.com/benoitc/gunicorn/issues/785 .

    I will make a release tomorrow.

提交回复
热议问题