We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddb38a commit b522eeaCopy full SHA for b522eea
Sources/Grodt/Application/routes.swift
@@ -59,6 +59,6 @@ func routes(_ app: Application) async throws {
59
60
app.queues.schedule(PortfolioPerformanceUpdaterJob(performanceUpdater: portfolioPerformanceUpdater))
61
.daily()
62
- .at(.midnight)
+ .at(9, 0)
63
app.queues.add(LoggingJobEventDelegate(logger: app.logger))
64
}
0 commit comments