celery后端调整
This commit is contained in:
parent
661b1c16e6
commit
80ed32338d
|
@ -6,5 +6,6 @@ set -o nounset
|
|||
|
||||
|
||||
watchmedo auto-restart -d yzk_wechat_event/ -p "*.py" -- celery -A yzk_wechat_event worker -l info --logfile=logs/celery.log --concurrency=4 -Q celery &
|
||||
celery -A yzk_wechat_event beat -l info --logfile=logs/celery_beat.log &
|
||||
#celery -A yzk_wechat_event beat -l info --logfile=logs/celery_beat.log &
|
||||
celery multi start 10 -A yzk_wechat_event worker -l info --concurrency=4 -Q celery &
|
||||
tail -f logs/*.log
|
||||
|
|
Loading…
Reference in New Issue