From 24381ef43f5099233208b6c1258a6a97315c6040 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Tue, 3 Feb 2026 09:25:07 +0100 Subject: [PATCH] Update queue-statistics command sleep duration to 5 seconds --- apache/supervisor/conf.d/laravel-queues.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/supervisor/conf.d/laravel-queues.conf b/apache/supervisor/conf.d/laravel-queues.conf index 31c7045..74d99b5 100644 --- a/apache/supervisor/conf.d/laravel-queues.conf +++ b/apache/supervisor/conf.d/laravel-queues.conf @@ -6,7 +6,7 @@ autorestart=true stdout_logfile=/var/log/supervisor/queue-default.log [program:queue-statistics] -command=/usr/local/bin/php /var/www/html/artisan queue:work --sleep=3 --tries=3 --queue=statistics +command=/usr/local/bin/php /var/www/html/artisan queue:work --sleep=5 --tries=3 --queue=statistics user=www-data autostart=true autorestart=true