logistics contracts

This commit is contained in:
2019-07-07 20:04:11 -05:00
parent 699af576e3
commit dc36be558c
3 changed files with 34 additions and 7 deletions
+2 -2
View File
@@ -50,10 +50,10 @@ class Kernel extends ConsoleKernel
->hourly()
->withoutOverlapping();
$schedule->command('services:GetStructures')
->daily()
->dailyAt('09:00')
->withoutOverlapping();
$schedule->command('services:GetAssets')
->hourly()
->hourlyAt('22')
->withoutOverlapping();
$schedule->command('services:CleanData')
->monthlyOn(1, '18:00');