structures and assets jobs

This commit is contained in:
2019-07-04 21:47:42 -05:00
parent 5fcb71dfd1
commit c385228d73

View File

@@ -52,9 +52,6 @@ class Kernel extends ConsoleKernel
$schedule->command('services:GetStructures')
->daily()
->withoutOverlapping();
$schedule->command('services:GetAsses')
->hourly()
->withoutOverlapping();
$schedule->command('services:CleanData')
->monthlyOn(1, '18:00');