回调地址调整

This commit is contained in:
AKW 2023-12-13 18:03:17 +08:00
parent b6a4a48596
commit 5f83498850
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +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 &
watchmedo auto-restart -d yzk_wechat_event/ -p "*.py" -- celery multi start 10 -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 6 -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 &
tail -f logs/*.log