mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-10 09:17:51 -06:00
Use a queue listen, not worker
This commit is contained in:
parent
869d7d6450
commit
0458ea82f8
@ -6,7 +6,7 @@ pidfile=/var/run/supervisord.pid
|
||||
|
||||
[program:pteroq]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=/usr/bin/php /var/www/html/artisan queue:work --sleep=3 --tries=3
|
||||
command=/usr/bin/php /var/www/html/artisan queue:listen --tries=3 --backoff=5
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user