Skip to content

Commit b522eea

Browse files
committed
Change scheduled run to 9 in the morning
1 parent dddb38a commit b522eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Grodt/Application/routes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ func routes(_ app: Application) async throws {
5959

6060
app.queues.schedule(PortfolioPerformanceUpdaterJob(performanceUpdater: portfolioPerformanceUpdater))
6161
.daily()
62-
.at(.midnight)
62+
.at(9, 0)
6363
app.queues.add(LoggingJobEventDelegate(logger: app.logger))
6464
}

0 commit comments

Comments
 (0)