Fixes
Build - Docker Image - PROD / publish (push) Has been cancelled
Build - Docker Image - RC / publish (push) Has been cancelled

This commit is contained in:
JonatanRek
2025-11-25 12:18:32 +01:00
parent e70cf5cdf7
commit f3b3a51ef6
7 changed files with 53 additions and 220 deletions
+12 -30
View File
@@ -1,38 +1,20 @@
[program:laravel-worker-default]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan queue:work --queue=default,importstatistics
[program:queue-default]
command=/usr/local/bin/php /var/www/html/artisan queue:work --queue=default,importstatistics
user=www-data
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/worker.log
stopwaitsecs=3600
stdout_logfile_maxbytes=5MB
stdout_logfile=/var/log/supervisor/queue-default.log
[program:laravel-worker-statistics]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan queue:work --queue=statisticss
[program:queue-statistics]
command=/usr/local/bin/php /var/www/html/artisan queue:work --queue=statistics
user=www-data
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/worker.log
stopwaitsecs=3600
stdout_logfile_maxbytes=5MB
stdout_logfile=/var/log/supervisor/queue-statistics.log
[program:laravel-worker-detections]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan queue:work --queue=detectionss
[program:queue-detections]
command=/usr/local/bin/php /var/www/html/artisan queue:work --queue=detections
user=www-data
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/worker.log
stopwaitsecs=3600
stdout_logfile_maxbytes=5MB
stdout_logfile=/var/log/supervisor/queue-detections.log
-12
View File
@@ -1,12 +0,0 @@
[program:laravel-scheduler]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan artisan schedule:run
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/worker.log
stopwaitsecs=3600
stdout_logfile_maxbytes=5MB