Spaces:
Runtime error
Runtime error
File size: 215 Bytes
46252cd | 1 2 3 4 5 6 7 | // Queue names used across the application
// Extracted to separate file to avoid circular dependency with processors
export const QUEUE_NAMES = {
WEBHOOK: 'webhook-queue',
INGRESS: 'ingress-queue',
} as const;
|