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