feat: remove horizon
This commit is contained in:
+1
-14
@@ -111,15 +111,6 @@ return [
|
||||
'url' => '/oh-dear-health-check-results',
|
||||
],
|
||||
|
||||
/*
|
||||
* You can specify a heartbeat URL for the Horizon check.
|
||||
* This URL will be pinged if the Horizon check is successful.
|
||||
* This way you can get notified if Horizon goes down.
|
||||
*/
|
||||
'horizon' => [
|
||||
'heartbeat_url' => env('HORIZON_HEARTBEAT_URL'),
|
||||
],
|
||||
|
||||
/*
|
||||
* You can specify a heartbeat URL for the Schedule check.
|
||||
* This URL will be pinged if the Schedule check is successful.
|
||||
@@ -137,11 +128,7 @@ return [
|
||||
*/
|
||||
'theme' => 'light',
|
||||
|
||||
/*
|
||||
* When enabled, completed `HealthQueueJob`s will be displayed
|
||||
* in Horizon's silenced jobs screen.
|
||||
*/
|
||||
'silence_health_queue_job' => true,
|
||||
'silence_health_queue_job' => false,
|
||||
|
||||
/*
|
||||
* The response code to use for HealthCheckJsonResultsController when a health
|
||||
|
||||
Reference in New Issue
Block a user