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

Added TTL and max length to _setup_queue for any private confirm queu… #35

Merged
merged 3 commits into from
Nov 21, 2023

Conversation

paulhamer-noaa
Copy link
Contributor

Small changes to add TTL and max length for private queues. Oh and a few spelling updates. ;-)

Copy link
Contributor

@Geary-Layne Geary-Layne left a comment

Choose a reason for hiding this comment

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

Looks simple enough

@@ -317,8 +317,12 @@ def _setup_queue(self, queue: Queue):
:param str|unicode queue_name: The name of the queue to declare.
"""
logger.debug('Declaring queue %s', queue.name)
args = {}
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a comment about what it means when a queue name starts with '_' and what the args will do?

@paulhamer-noaa
Copy link
Contributor Author

paulhamer-noaa commented Nov 17, 2023 via email

@paulhamer-noaa paulhamer-noaa merged commit 5f7cc96 into main Nov 21, 2023
3 checks passed
@paulhamer-noaa paulhamer-noaa deleted the idsse-450 branch November 21, 2023 17:15
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.

2 participants