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",