fix: update fund-nav-snapshot job to run every 15 minutes
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m21s

This commit is contained in:
2026-03-19 16:26:37 -04:00
parent a0695fd11e
commit 422d85e97e
+1 -1
View File
@@ -486,7 +486,7 @@ async function setupRepeatableJobs() {
'fund-nav-snapshot',
{},
{
repeat: { pattern: '0 * * * *' },
repeat: { pattern: '*/15 * * * *' },
},
)