From 422d85e97e499a22973bbe00ddbcf1ff733905a8 Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Thu, 19 Mar 2026 16:26:37 -0400 Subject: [PATCH] fix: update fund-nav-snapshot job to run every 15 minutes --- src/worker/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * * * *' }, }, )