Skip to content

重启

tmux a -t gm_task
Ctrl-C
上
回车
Ctrl-b
D

创建

tmux new -s YOUR_TMUX_SESSION_NAME
./run.sh celery worker -l info -Ofair
Ctrl-b
D