From 680eb2045a848f8c063d1132e26d2741df9872c6 Mon Sep 17 00:00:00 2001 From: arifal Date: Thu, 12 Jun 2025 23:43:02 +0700 Subject: [PATCH] disable worker autorun --- docker/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/supervisord.conf b/docker/supervisord.conf index 970442f..18bba7f 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -23,7 +23,7 @@ stderr_logfile=/var/log/supervisor/nginx.log [program:laravel-worker] process_name=%(program_name)s_%(process_num)02d command=php /var/www/html/artisan queue:work --sleep=3 --tries=3 --max-time=3600 -autostart=true +autostart=false autorestart=true stopasgroup=true killasgroup=true