fix:run daily change at 11 pm
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ Schedule::command(RefreshMarketData::class)->everyMinute()->weekdays();
|
||||
*
|
||||
* This scheduled job records daily changes to your portfolios every weekday
|
||||
*/
|
||||
Schedule::command(CaptureDailyChange::class)->daily()->weekdays();
|
||||
Schedule::command(CaptureDailyChange::class)->dailyAt('23:00')->weekdays();
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user