Skip to content

Commit

Permalink
Update horizon config
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Apr 21, 2019
1 parent 41ad06f commit 1b95efa
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions config/horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
*/

'waits' => [
'redis:default' => 60,
'redis:feed' => 30,
'redis:default' => 30,
'redis:high' => 30,
],

/*
Expand Down Expand Up @@ -74,8 +76,8 @@
'production' => [
'supervisor-1' => [
'connection' => 'redis',
'queue' => ['default'],
'balance' => 'simple',
'queue' => ['high', 'default', 'feed'],
'balance' => 'auto',
'processes' => 20,
'tries' => 3,
],
Expand All @@ -84,9 +86,9 @@
'local' => [
'supervisor-1' => [
'connection' => 'redis',
'queue' => ['default'],
'balance' => 'simple',
'processes' => 10,
'queue' => ['high', 'default', 'feed'],
'balance' => 'auto',
'processes' => 20,
'tries' => 3,
],
],
Expand Down

0 comments on commit 1b95efa

Please sign in to comment.