Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ queue purging config #9148

Merged
merged 1 commit into from
Sep 9, 2024
Merged

RabbitMQ queue purging config #9148

merged 1 commit into from
Sep 9, 2024

Conversation

timolegros
Copy link
Collaborator

Link to Issue

Closes: #8925

Description of Changes

  • Adds DISABLE_LOCAL_QUEUE_PURGE env var
    • If set to true then RabbitMQ queues won't be clear when a new consumer starts up (only applies to local env)

Test Plan

Deployment Plan

Other Considerations

@timolegros timolegros marked this pull request as ready for review September 7, 2024 05:00
Copy link
Contributor

@rbennettcw rbennettcw left a comment

Choose a reason for hiding this comment

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

Thanks!

@timolegros timolegros merged commit d39539a into master Sep 9, 2024
10 checks passed
@timolegros timolegros deleted the tim/optional-rmq-purge branch September 9, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add env var for RMQ clearing behavior
3 participants