celery bug

This commit is contained in:
charlesxie
2022-03-02 16:20:36 +08:00
parent 2bc26e3950
commit 928070e748

View File

@@ -146,5 +146,5 @@ command = /usr/bin/gunicorn -w 1 -k gevent -b 127.0.0.1:8001 dj_flow.wsgi:applic
autostart=true
autorestart=true
# 日志
stdout_logfile=/home/ubuntu/chat_log/supervisor/wsgi_out.log
stderr_logfile=/home/ubuntu/chat_log/supervisor/wsgi_err.log
stdout_logfile=/root/logs/dj-flow/supervisor/wsgi_out.log
stderr_logfile=/root/logs/dj-flow/supervisor/wsgi_err.log