modified scheduled task

This commit is contained in:
2018-12-03 13:12:39 -06:00
parent 69a2441736
commit af7b3a2376
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -17,6 +17,7 @@ class Kernel extends ConsoleKernel
Commands\getCorps::class,
Commands\sendMail::class,
Commands\UpdateMoonPricing::class,
Commands\DumpFleets::class,
];
/**
@@ -36,6 +37,9 @@ class Kernel extends ConsoleKernel
$schedule->command('services:updatemoonprice')
->hourly()
->withoutOverlapping();
$schedule->command('services:dumpfleets')
->dailyAt('05:00')
->withoutOverlapping();
//$schedule->command('services:sendmail')
// ->monthlyOn(1, '09:00')
// ->withoutOverlapping();