fix: update fund-nav-snapshot job to run every 15 minutes
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m21s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m21s
This commit is contained in:
+1
-1
@@ -486,7 +486,7 @@ async function setupRepeatableJobs() {
|
||||
'fund-nav-snapshot',
|
||||
{},
|
||||
{
|
||||
repeat: { pattern: '0 * * * *' },
|
||||
repeat: { pattern: '*/15 * * * *' },
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user