fix yd fetch

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