We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6a58f commit afc433fCopy full SHA for afc433f
routes/console.php
@@ -3,5 +3,4 @@
3
use App\Enums\Environment;
4
use Illuminate\Support\Facades\Schedule;
5
6
-Schedule::command('horizon:snapshot')->everyFiveMinutes();
7
Schedule::command(\Spatie\Health\Commands\RunHealthChecksCommand::class)->everyMinute()->environments(Environment::PRODUCTION->value);
0 commit comments