Skip to content

Commit

Permalink
fix: change queues name to avoid conflict with ONGHub sharing the sam…
Browse files Browse the repository at this point in the history
…e redis node (#266)

Co-authored-by: Andrew Radulescu <[email protected]>
  • Loading branch information
radulescuandrew and Andrew Radulescu authored Dec 20, 2023
1 parent 9e92e94 commit 71b8a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/common/constants/constants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export type QUEUES_TYPES = 'MAILS' | 'PUSH_NOTIFICATIONS_TICKETS'; // Union type

export const QUEUES: Record<QUEUES_TYPES, string> = {
MAILS: 'mails',
PUSH_NOTIFICATIONS_TICKETS: 'push-notifications-tickets',
MAILS: 'mails-vic',
PUSH_NOTIFICATIONS_TICKETS: 'push-notifications-tickets-vic',
};

export const DATE_CONSTANTS = {
Expand Down

0 comments on commit 71b8a9c

Please sign in to comment.