fix yd fetch

This commit is contained in:
omair saleh
2022-01-14 15:30:05 +08:00
parent d6647b488f
commit 438f7fdff5
+3 -1
View File
@@ -33,7 +33,9 @@ class Kernel extends ConsoleKernel
->appendOutputTo (storage_path().'/logs/curlvt.log');
$schedule->command('command:curlYdOrderListCommand')
->everyMinute();
->dailyAt('09:00')
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/curlyd.log');
$schedule->command('command:curlVTCommand')
->dailyAt('11:00')