Skip to content

Commit

Permalink
Bump temporal queue (#7591)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Sep 21, 2024
1 parent 3850485 commit 62cfc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/notion/temporal/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const WORKFLOW_VERSION = 40;
export const WORKFLOW_VERSION = 41;
export const QUEUE_NAME = `notion-queue-v${WORKFLOW_VERSION}`;
export const GARBAGE_COLLECT_QUEUE_NAME = `notion-gc-queue-v${WORKFLOW_VERSION}`;

0 comments on commit 62cfc0c

Please sign in to comment.