fix:run daily change at 11 pm

This commit is contained in:
hackerESQ
2024-10-20 17:25:59 -05:00
parent 8b067ece84
commit a3d5ee0d1b
+1 -1
View File
@@ -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();
/**
*