Skip to content

Commit

Permalink
#241 Horizon now uses a separate redis queue to store their info so t…
Browse files Browse the repository at this point in the history
…hey don't interfere with one another.
  • Loading branch information
Wotuu committed Jun 13, 2020
1 parent cfeae7c commit 3b862b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/horizon.php
Expand Up @@ -52,7 +52,7 @@
|
*/

'prefix' => env('HORIZON_PREFIX', 'horizon:'),
'prefix' => env('HORIZON_PREFIX', sprintf('horizon-%s:', env('APP_TYPE'))),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 3b862b9

Please sign in to comment.