Updated scheduled tasks

This commit is contained in:
2026-07-02 23:11:46 +10:00
parent 4c98b33fb4
commit 00bd30fc5e
17 changed files with 397 additions and 667 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
Schedule::command('app:update-alliances')->dailyAt('09:00')->runInBackground();
Schedule::command('app:update-arrived-flights')->hourly()->runInBackground();
Schedule::command('app:update-departed-flights')->everyMinute()->runInBackground();
Schedule::command('app:update-arrived-flights')->everyMinute()->runInBackground();
Schedule::command('app:get-aircraft-info-for-arrived-flights')->hourly()->runInBackground();
Schedule::command('app:flight-feed-update')->everyMinute()->runInBackground();