refactor(gateway): model external chat surfaces over canonical chats

This commit is contained in:
Anish Sarkar 2026-05-28 04:39:54 +05:30
parent afcadfb4bf
commit 2a41a157f7
4 changed files with 64 additions and 36 deletions

View file

@ -243,7 +243,6 @@ celery_app.conf.update(
"index_obsidian_attachment": {"queue": CONNECTORS_QUEUE},
# Everything else (document processing, podcasts, reindexing,
# schedule checker, cleanup) stays on the default fast queue.
"gateway.process_inbound_event": {"queue": f"{CELERY_TASK_DEFAULT_QUEUE}.gateway"},
"gateway.reconcile_inbox": {"queue": f"{CELERY_TASK_DEFAULT_QUEUE}.gateway"},
"gateway.health_check": {"queue": f"{CELERY_TASK_DEFAULT_QUEUE}.gateway"},
"gateway.retention_sweep": {"queue": f"{CELERY_TASK_DEFAULT_QUEUE}.gateway"},