Remove old queue worker args in docker supervisord (#596)

This commit is contained in:
Boy132 2024-09-30 14:43:35 +02:00 committed by GitHub
parent af4cba341a
commit 12a189f585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ autostart=true
autorestart=true autorestart=true
[program:queue-worker] [program:queue-worker]
command=/usr/local/bin/php /var/www/html/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 command=/usr/local/bin/php /var/www/html/artisan queue:work --tries=3
user=www-data user=www-data
autostart=true autostart=true
autorestart=true autorestart=true
@ -36,4 +36,4 @@ autostart=%(ENV_SUPERVISORD_CADDY)s
autorestart=%(ENV_SUPERVISORD_CADDY)s autorestart=%(ENV_SUPERVISORD_CADDY)s
priority=10 priority=10
stdout_events_enabled=true stdout_events_enabled=true
stderr_events_enabled=true stderr_events_enabled=true