feat(queue): add dedicated confluence import queue name

This commit is contained in:
Philipinho
2026-08-12 20:48:41 +01:00
parent dacaaf5629
commit 5d8e9fde8b
@@ -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}',