diff --git a/src/worker/index.ts b/src/worker/index.ts index 3d203ad..51d3e30 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -486,7 +486,7 @@ async function setupRepeatableJobs() { 'fund-nav-snapshot', {}, { - repeat: { pattern: '0 * * * *' }, + repeat: { pattern: '*/15 * * * *' }, }, )