Update Kernel.php
This commit is contained in:
@@ -26,8 +26,9 @@ class Kernel extends ConsoleKernel
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('scrape:mihaaru')->everyFiveMinutes()
|
||||
->runInBackground()
|
||||
->pingOnSuccess(env('APP_URL') . "/api/ping/mihaaru");
|
||||
->pingOnSuccess(env('APP_URL') . "/api/ping/mihaaru")
|
||||
->runInBackground();
|
||||
|
||||
|
||||
$schedule->command('scrape:sun')->everyFiveMinutes()
|
||||
->runInBackground()
|
||||
|
Reference in New Issue
Block a user