only run daily change once per day

This commit is contained in:
hackerESQ
2024-09-12 21:16:56 -05:00
parent 2075d8273c
commit 512fd0121e
+1 -1
View File
@@ -14,7 +14,7 @@ Schedule::command(RefreshMarketData::class)->weekdays()->everyMinute();
*
* This scheduled job records daily changes to your portfolios every weekday
*/
Schedule::command(CaptureDailyChange::class)->weekdays();
Schedule::command(CaptureDailyChange::class)->weekdays()->daily();
/**
*