diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index d15cf27..96eba69 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -53,9 +53,9 @@ class Kernel extends ConsoleKernel ->runInBackground() ->pingOnSuccess(config('app.url') . "/api/ping/addulive"); - $schedule->command('scrape:voice')->everyFiveMinutes() - ->runInBackground() - ->pingOnSuccess(config('app.url') . "/api/ping/voice"); + // $schedule->command('scrape:voice')->everyFiveMinutes() + // ->runInBackground() + // ->pingOnSuccess(config('app.url') . "/api/ping/voice"); $schedule->command('scrape:dhen')->everyFiveMinutes() ->runInBackground()