Skip to content

Commit 8799c74

Browse files
committedMar 7, 2023
add default scaling strategy
1 parent eff17a0 commit 8799c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎config/horizon.php

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
'connection' => 'redis',
185185
'queue' => ['default'],
186186
'balance' => 'auto',
187+
'autoScalingStrategy' => 'time',
187188
'maxProcesses' => 1,
188189
'maxTime' => 0,
189190
'maxJobs' => 0,

0 commit comments

Comments
 (0)
Please sign in to comment.