Skip to content

Commit

Permalink
config: add some more defaults to supervisor (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 authored Feb 14, 2022
1 parent a289555 commit d5508cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,11 @@
'queue' => ['default'],
'balance' => 'auto',
'maxProcesses' => 1,
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 128,
'tries' => 1,
'timeout' => 60,
'nice' => 0,
],
],
Expand Down

0 comments on commit d5508cf

Please sign in to comment.