From 3ea8950374fec3ff0730056ecbe27b4cbedad62a Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 18 Oct 2023 17:36:01 -0700 Subject: [PATCH] fix hourly cron timer --- workers/functions/cron/ragTesting/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/functions/cron/ragTesting/index.js b/workers/functions/cron/ragTesting/index.js index 1cda60d..ffe8795 100644 --- a/workers/functions/cron/ragTesting/index.js +++ b/workers/functions/cron/ragTesting/index.js @@ -6,7 +6,7 @@ const runHourlyRagTest = InngestClient.createFunction( id: 'rag-testing-hourly-cron', name: 'RAG Test for Workspace - Hourly Cron', }, - { cron: 'TZ=America/Los_Angeles * * * * *' }, + { cron: 'TZ=America/Los_Angeles 0 * * * *' }, async () => { try { console.log(`\n\x1b[33m[CRON: Running hourly RAG Test Cron]\x1b[0m`);