Fixed arrival processing
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user