Files
DatBrowser/docker/datbrowserQueueWorker.conf
Matthias Guillitte 7a03225a21
All checks were successful
Push image to registry / build-image (push) Successful in 6m46s
Fix supervisor
2025-02-20 20:00:25 +01:00

13 lines
346 B
Plaintext

[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
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=root
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/worker.log
stopwaitsecs=3600