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