diff --git a/apps/server/src/integrations/queue/constants/queue.constants.ts b/apps/server/src/integrations/queue/constants/queue.constants.ts index da60e75a6..e78d3c2e2 100644 --- a/apps/server/src/integrations/queue/constants/queue.constants.ts +++ b/apps/server/src/integrations/queue/constants/queue.constants.ts @@ -4,6 +4,7 @@ export enum QueueName { GENERAL_QUEUE = '{general-queue}', BILLING_QUEUE = '{billing-queue}', FILE_TASK_QUEUE = '{file-task-queue}', + CONFLUENCE_IMPORT_QUEUE = '{confluence-import-queue}', SEARCH_QUEUE = '{search-queue}', AI_QUEUE = '{ai-queue}', HISTORY_QUEUE = '{history-queue}',