diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index aba759f78e22..c6f9ab71ff2a 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -49,8 +49,6 @@ class Kernel extends ConsoleKernel $schedule->job(new UpdateExchangeRates)->daily(); - $schedule->job(new CheckDbStatus())->everyFiveMinutes(); - /* Run hosted specific jobs */ if(Ninja::isHosted()) { $schedule->job(new AdjustEmailQuota())->daily(); diff --git a/composer.lock b/composer.lock index 69987f924a73..7a7121cb3c74 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "723f03b92457a3f3410083e2b42f96c3", + "content-hash": "e468c512bf9db2f11e2d1e7d1cd1afb5", "packages": [ { "name": "asgrim/ofxparser", @@ -8188,16 +8188,16 @@ }, { "name": "turbo124/beacon", - "version": "0.83", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/turbo124/beacon.git", - "reference": "97157e507fcca352d1cc445b8a3a1970ec448eee" + "reference": "21e1ba46776fae8dc4bcf672890b257e3452be59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/turbo124/beacon/zipball/97157e507fcca352d1cc445b8a3a1970ec448eee", - "reference": "97157e507fcca352d1cc445b8a3a1970ec448eee", + "url": "https://api.github.com/repos/turbo124/beacon/zipball/21e1ba46776fae8dc4bcf672890b257e3452be59", + "reference": "21e1ba46776fae8dc4bcf672890b257e3452be59", "shasum": "" }, "require": { @@ -8244,7 +8244,7 @@ "lightlogs", "turbo124" ], - "time": "2020-06-09T07:24:25+00:00" + "time": "2020-06-10T22:55:22+00:00" }, { "name": "vlucas/phpdotenv", diff --git a/config/beacon.php b/config/beacon.php index 884266b8f62c..e84902dd71e4 100644 --- a/config/beacon.php +++ b/config/beacon.php @@ -36,7 +36,8 @@ return [ 'system_logging' => [ 'Turbo124\Beacon\Jobs\System\CpuMetric', 'Turbo124\Beacon\Jobs\System\HdMetric', - 'Turbo124\Beacon\Jobs\System\MemMetric' + 'Turbo124\Beacon\Jobs\System\MemMetric', + 'App\Jobs\Ninja\CheckDbStatus', ], ]; \ No newline at end of file