Skip to content

Commit

Permalink
For GPL-7005 Add new Orion workers
Browse files Browse the repository at this point in the history
  • Loading branch information
therealartz committed Jul 8, 2022
1 parent f0a183b commit e065006
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions php-worker/supervisord.d/gvv-worker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ numprocs=4
redirect_stderr=true
stdout_logfile=/var/www/gvv/storage/logs/worker.log

# Can be removed after GPL-7005 release
[program:gvv-worker-amadeus]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/gvv/artisan queue:work redis --queue=amadeus --delay 1 --tries 1 --memory=200
Expand Down
10 changes: 10 additions & 0 deletions php-worker/supervisord.d/orion-worker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ user=laradock
numprocs=4
redirect_stderr=true
stdout_logfile=/var/www/orion/storage/logs/worker.log

[program:orion-flights-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/orion/artisan queue:work redis --queue=flights --delay 1 --tries 1 --memory=200
autostart=true
autorestart=true
user=laradock
numprocs=5
redirect_stderr=true
stdout_logfile=/var/www/orion/storage/logs/flights-worker.log

0 comments on commit e065006

Please sign in to comment.