Skip to content

Commit c967da8

Browse files
committed
adjust worker count
1 parent 2f65ee1 commit c967da8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/horizon.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@
211211
'environments' => [
212212
'production' => [
213213
'supervisor-default' => [
214-
'maxProcesses' => 250,
215-
'balanceMaxShift' => 10,
216-
'balanceCooldown' => 25,
214+
'maxProcesses' => 15,
215+
'balanceMaxShift' => 1,
216+
'balanceCooldown' => 3,
217217
],
218218
'supervisor-updates' => [
219-
'maxProcesses' => 500,
220-
'balanceMaxShift' => 10,
221-
'balanceCooldown' => 25,
219+
'maxProcesses' => 40,
220+
'balanceMaxShift' => 1,
221+
'balanceCooldown' => 3,
222222
],
223223
],
224224

0 commit comments

Comments
 (0)