回调地址调整

This commit is contained in:
AKW 2023-12-13 17:49:00 +08:00
parent f33fef51d2
commit a37dc39265
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ set -o errexit
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 &
watchmedo auto-restart -d yzk_wechat_event/ -p "*.py" -- celery multi start 10 -A yzk_wechat_event worker -l info --concurrency=4 -Q celery &
#watchmedo auto-restart -d yzk_wechat_event/ -p "*.py" -- celery multi start 10 -A yzk_wechat_event worker -l info --concurrency=4 -Q celery &
watchmedo auto-restart -d yzk_wechat_event/ -p "*.py" -- celery -A yzk_wechat_event worker -l info --logfile=logs/celery.log -Q celery &
celery -A yzk_wechat_event beat -l info --logfile=logs/celery_beat.log &
tail -f logs/*.log