Skip to content

Commit

Permalink
Limit to single worker to avoid deadlocks
Browse files Browse the repository at this point in the history
Will need to investigate alternative queue drivers for production with multiple workers: laravel/framework#15192 (comment)
  • Loading branch information
timcortesi committed Sep 28, 2021
1 parent 5b138cd commit 6309dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/02installsupervisor.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ files:
stopasgroup=true
killasgroup=true
user=webapp
numprocs=5
numprocs=1
redirect_stderr=true
stdout_logfile=/home/webapp/worker.log
stopwaitsecs=3600

0 comments on commit 6309dc6

Please sign in to comment.