Fixed arrival processing

This commit is contained in:
2026-07-05 18:15:05 +10:00
parent 1b92c662f1
commit c6065577af
5 changed files with 113 additions and 18 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ use Illuminate\Support\Facades\Artisan;
Schedule::command('app:update-alliances')->dailyAt('09:00')->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:get-aircraft-info-for-arrived-flights')->everyMinute()->runInBackground();
Schedule::command('app:flight-feed-update')->everyMinute()->runInBackground();