diff --git a/apps/orchestrator/src/workflows/digest.email.workflow.ts b/apps/orchestrator/src/workflows/digest.email.workflow.ts index f54acbc5..67bc6221 100644 --- a/apps/orchestrator/src/workflows/digest.email.workflow.ts +++ b/apps/orchestrator/src/workflows/digest.email.workflow.ts @@ -32,7 +32,7 @@ export async function digestEmailWorkflow({ while (true) { await condition(() => queue.length > 0); - await sleep(60000); + await sleep(3600000); // Take a snapshot batch and immediately clear queue. const batch = queue.splice(0, queue.length);