celery任务进程关闭

方法1:

ps auxww|grep "celery worker"|grep -v grep|awk '{print $2}'|xargs kill -9

方法2:

Ctrl+C

方法3:

celery multi 管理

celery multi start w1 -A proj -l info
celery  multi restart w1 -A proj -l info

# 异步关闭 立即返回
celery multi stop w1 -A proj -l info
# 等待关闭操作完成
celery multi stopwait w1 -A proj -l info

 

posted @ 2019-02-19 17:52  琵琶真的行  阅读(7015)  评论(1编辑  收藏  举报