Skip to content

Commit

Permalink
Horizon: need to add stating to config
Browse files Browse the repository at this point in the history
  • Loading branch information
dpslwk committed May 19, 2019
1 parent 2bc1496 commit 80e66c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Console/Commands/Database/RefreshProceduresCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public function handle()
$hostname = gethostname();
if ($hostname == 'hmsdev') {
$hostname = '%';
} else {
$hostname .= '.lspace';
}

$proceduresDirectory = config('hms.procedures_directory');
Expand Down
10 changes: 10 additions & 0 deletions config/horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,15 @@
'tries' => 3,
],
],

'rommie' => [
'supervisor-1' => [
'connection' => 'redis',
'queue' => ['default', 'maintanance'],
'balance' => 'simple',
'processes' => 3,
'tries' => 3,
],
],
],
];

0 comments on commit 80e66c0

Please sign in to comment.