|
|
|
@@ -16,7 +16,7 @@ stderr_logfile_maxbytes=0 |
|
|
|
|
|
|
|
[program:laravel-email-worker] |
|
|
|
process_name=%(program_name)s_%(process_num)02d |
|
|
|
command=/usr/bin/php /var/www/html/artisan queue:work --queue=email --max-time=60 |
|
|
|
command=/usr/bin/php /var/www/html/artisan queue:work --queue=email --max-time=60 --tries=0 |
|
|
|
autostart=true |
|
|
|
autorestart=true |
|
|
|
stopasgroup=true |
|
|
|
@@ -34,7 +34,7 @@ stderr_logfile_backups=3 |
|
|
|
|
|
|
|
[program:laravel-sms-worker] |
|
|
|
process_name=%(program_name)s_%(process_num)02d |
|
|
|
command=/usr/bin/php /var/www/html/artisan queue:work --queue=sms --max-time=60 |
|
|
|
command=/usr/bin/php /var/www/html/artisan queue:work --queue=sms --max-time=60 --tries=0 |
|
|
|
autostart=true |
|
|
|
autorestart=true |
|
|
|
stopasgroup=true |
|
|
|
@@ -52,7 +52,7 @@ stderr_logfile_backups=3 |
|
|
|
|
|
|
|
[program:laravel-job-worker] |
|
|
|
process_name=%(program_name)s_%(process_num)02d |
|
|
|
command=/usr/bin/php /var/www/html/artisan queue:work --queue=job --max-time=60 |
|
|
|
command=/usr/bin/php /var/www/html/artisan queue:work --queue=job --max-time=60 --tries=0 |
|
|
|
autostart=true |
|
|
|
autorestart=true |
|
|
|
stopasgroup=true |
|
|
|
|