assets
This commit is contained in:
@@ -52,6 +52,9 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('services:GetStructures')
|
||||
->daily()
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:GetAssets')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:CleanData')
|
||||
->monthlyOn(1, '18:00');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user