progress indicators, bug fixes, after a while
This commit is contained in:
9
worker.conf
Normal file
9
worker.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
[program:laravel-worker]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=php /var/www/html/artisan queue:work --sleep=3 --tries=3
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=www-data
|
||||
numprocs=4
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/www/html/storage/logs/worker.log
|
||||
Reference in New Issue
Block a user