Skip to content

Commit 926236a

Browse files
committed
increase productio worker count
1 parent d1b1ff1 commit 926236a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/horizon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@
211211
'environments' => [
212212
'production' => [
213213
'supervisor-default' => [
214-
'maxProcesses' => 15,
214+
'maxProcesses' => 20,
215215
'balanceMaxShift' => 1,
216216
'balanceCooldown' => 3,
217217
],
218218
'supervisor-updates' => [
219-
'maxProcesses' => 40,
219+
'maxProcesses' => 60,
220220
'balanceMaxShift' => 1,
221221
'balanceCooldown' => 3,
222222
],

0 commit comments

Comments
 (0)