We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df400c commit b584501Copy full SHA for b584501
app/Console/Kernel.php
@@ -91,9 +91,9 @@ protected function schedule(Schedule $schedule)
91
$schedule->command('networkdata:update-controllers')->everyMinute()
92
->graceTimeInMinutes(3)
93
->withoutOverlapping(5);
94
- $schedule->command('srd:update')
95
- ->cron('0 1-7 * * *')
96
- ->doNotMonitor();
+// $schedule->command('srd:update')
+// ->cron('0 1-7 * * *')
+// ->doNotMonitor();
97
$schedule->command('horizon:snapshot')->everyFiveMinutes()->doNotMonitor();
98
$schedule->command('plugin-events:clean')->everyTenMinutes()->doNotMonitor();
99
$schedule->command('metars:update')->everyMinute();
0 commit comments