Skip to content

Commit

Permalink
chore(shared): warning for the queue names
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Dec 8, 2023
1 parent 1d69665 commit c8bec33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/shared/src/config/job-queue.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* WARNING:
* DO NOT CHANGE THE VALUES OF THIS ENUM WITHOUT HAVING AN APPROPRIATE MIGRATION PLAN IN PLACE.
* THE VALUES CORRESPONDING TO QUEUE NAMES AND CHANGING THEM WILL BREAK THE SYSTEM RESULTING
* IN STALLED JOBS IN THE QUEUE.
*/
export enum JobTopicNameEnum {
EXECUTION_LOG = 'execution-logs',
ACTIVE_JOBS_METRIC = 'metric-active-jobs',
Expand Down

5 comments on commit c8bec33

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.