disable worker autorun

This commit is contained in:
2025-06-12 23:43:02 +07:00
parent ca7a0b941e
commit 680eb2045a

View File

@@ -23,7 +23,7 @@ stderr_logfile=/var/log/supervisor/nginx.log
[program:laravel-worker] [program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan queue:work --sleep=3 --tries=3 --max-time=3600 command=php /var/www/html/artisan queue:work --sleep=3 --tries=3 --max-time=3600
autostart=true autostart=false
autorestart=true autorestart=true
stopasgroup=true stopasgroup=true
killasgroup=true killasgroup=true