wip: franenphp in worker mode
This commit is contained in:
9
docker/app/supervisord.conf
Normal file
9
docker/app/supervisord.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
[program:messenger-consume]
|
||||
command=php /var/www/bin/console messenger:consume async --time-limit=3600
|
||||
user=nobody
|
||||
numprocs=2
|
||||
startsecs=0
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=10
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
Reference in New Issue
Block a user