Skip to content

Commit

Permalink
Improved default config by commenting out the second queue.
Browse files Browse the repository at this point in the history
Will prevent the need to override config in the most common scenario.
  • Loading branch information
JeroenVanOort committed May 1, 2019
1 parent 9548009 commit e5703e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/queue-ensurer.php
Expand Up @@ -13,11 +13,11 @@
// alternatively, define a more in depth configuration.
'queues' => [
'default' => 1,
'another' => [
'amount' => 1, // The number of processes you want to run.
'connection' => 'second-connection', // Optional: the connection you'd like to use.
// Override any of the default options here.
],
// 'another' => [
// 'amount' => 1, // The number of processes you want to run.
// 'connection' => 'second-connection', // Optional: the connection you'd like to use.
// // Override any of the default queue:workerk options here.
// ],
],

// Should we schedule the ensurer command to run every minute?
Expand Down

0 comments on commit e5703e7

Please sign in to comment.