Skip to content

Commit

Permalink
Update maxProcesses for queues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Dec 29, 2024
1 parent 0ec9c33 commit 7460bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@

'local' => [
'supervisor-1' => [
'maxProcesses' => 3,
'maxProcesses' => 5,
],
'converter' => [
'maxProcesses' => 1,
'maxProcesses' => 3,
],
'downloader' => [
'maxProcesses' => 1,
'maxProcesses' => 3,
],
],
],
Expand Down

0 comments on commit 7460bcf

Please sign in to comment.