Fix supervisor
All checks were successful
Push image to registry / build-image (push) Successful in 6m46s
All checks were successful
Push image to registry / build-image (push) Successful in 6m46s
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
[program:laravel-worker]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=php %(wd)/artisan queue:work --queue=high,default --tries=3 --timeout=300 --sleep=3 --no-interaction
|
||||
command=php /var/www/artisan queue:work --queue=high,default --tries=3 --timeout=300 --sleep=3 --no-interaction
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
user=forge
|
||||
numprocs=8
|
||||
user=root
|
||||
numprocs=1
|
||||
redirect_stderr=true
|
||||
stdout_logfile=%(wd)/worker.log
|
||||
stdout_logfile=/var/www/worker.log
|
||||
stopwaitsecs=3600
|
||||
|
Reference in New Issue
Block a user