mirror of
https://github.com/docmost/docmost.git
synced 2026-08-15 14:21:36 +10:00
feat(slack): wire /docmost ask queue and bump submodule
- Add SLACK_ASK queue name and job constant for AI search backgrounding. - Bump ee submodule to pick up new Slack handlers and converters.
This commit is contained in:
+1
-1
Submodule apps/server/src/ee updated: db2d5fbc61...20edc3ee65
@@ -11,6 +11,9 @@ export enum QueueName {
|
||||
INTEGRATION_QUEUE = '{integration-queue}',
|
||||
AUDIT_QUEUE = '{audit-queue}',
|
||||
SLACK_INBOUND = '{slack-inbound}',
|
||||
// Separate queue for /docmost ask: AI work takes seconds and would
|
||||
// otherwise starve fast inbound event dispatch.
|
||||
SLACK_ASK = '{slack-ask}',
|
||||
}
|
||||
|
||||
export enum QueueJob {
|
||||
@@ -89,4 +92,5 @@ export enum QueueJob {
|
||||
INTEGRATION_EVENT = 'integration-event',
|
||||
INTEGRATION_TOKEN_REFRESH = 'integration-token-refresh',
|
||||
SLACK_EVENT = 'slack-event',
|
||||
SLACK_ASK = 'slack-ask',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user