aint-queue icon indicating copy to clipboard operation
aint-queue copied to clipboard

supervisor使用问题

Open pndx opened this issue 3 years ago • 1 comments

我使用supervisor来保证程序正常执行。 配置里面关键的只有一行

[program:aint-queue]
command=sh queue-start.sh

以下是queue-start.sh里面的内容

./vendor/bin/aint-queue worker:listen --channel=default

config就是用的默认配置 目前会出现多个moniter进程的情况,是我的启动脚本有问题吗?

pndx avatar May 06 '22 06:05 pndx

应该是我使用的问题,pid_path这个目录不存在导致的,我手动创建后调用worker:stop是可以的。这个有办法自动创建吗?

pndx avatar May 31 '22 03:05 pndx