From de61ed82da2b99d7c32e90c9e2206c8cc96454f6 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Wed, 18 Feb 2026 12:32:12 -0500 Subject: [PATCH] bump function id --- app/api/inngest/functions/sync_document_metadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/inngest/functions/sync_document_metadata.ts b/app/api/inngest/functions/sync_document_metadata.ts index cacce907..af2c3d4c 100644 --- a/app/api/inngest/functions/sync_document_metadata.ts +++ b/app/api/inngest/functions/sync_document_metadata.ts @@ -10,7 +10,7 @@ const SLEEP_INTERVALS = [ export const sync_document_metadata = inngest.createFunction( { - id: "sync_document_metadata", + id: "sync_document_metadata_v2", debounce: { key: "event.data.document_uri", period: "60s", -- 2.51.2