From 1a443a4ab8668b9509779f8b099c1c1b2ddea078 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 30 Mar 2021 21:11:30 +0900 Subject: [PATCH] inspire removed from scheduled tasks --- .gitignore | 3 ++- app/Console/Kernel.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e755fab13..6ca04c7f2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ worker.log /public/cache/* .env .vscode -/storage/logs \ No newline at end of file +/storage/logs +worker.log \ No newline at end of file diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index e7d2489cc..82d2ce8f8 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -51,7 +51,7 @@ class Kernel extends ConsoleKernel $schedule->command('horizon:snapshot')->everyFiveMinutes(); //Test rung to help figure out what is going on. - $schedule->command('inspire')->everyMinute(); + //$schedule->command('inspire')->everyMinute(); /** * Purge Data Schedule