-
Notifications
You must be signed in to change notification settings - Fork 403
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
mq_broker: add wait and wait_for parameters #1879
Comments
alialkhalidi
added a commit
to alialkhalidi/community.aws
that referenced
this issue
Oct 20, 2023
…ons#1879 Signed-off-by: Ali AlKhalidi <ali.alkhalidi289@gmail.com>
alialkhalidi
added a commit
to alialkhalidi/community.aws
that referenced
this issue
Dec 14, 2023
…ons#1879 Signed-off-by: Ali AlKhalidi <ali.alkhalidi289@gmail.com>
patchback bot
pushed a commit
that referenced
this issue
Jan 9, 2024
feat: add wait and wait_timeout to mq_broker; closes #1879 SUMMARY add wait and wait_timeout to wait for broker desired state. This will be used instead of polling for broker desired state though a separate module, broker_info. ISSUE TYPE Feature Pull Request COMPONENT NAME mq_broker ADDITIONAL INFORMATION wait: description: - Specifies whether the module waits for the desired C(state). type: bool wait_timeout: description: - How long to wait (in seconds) for the broker to reach the desired state. default: 900 type: int Reviewed-by: Alina Buzachis (cherry picked from commit f65eb5a)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jan 9, 2024
…2039) [PR #1888/f65eb5a1 backport][stable-7] feat: add wait and wait_timeout to mq_broker; closes #1879 This is a backport of PR #1888 as merged into main (f65eb5a). SUMMARY add wait and wait_timeout to wait for broker desired state. This will be used instead of polling for broker desired state though a separate module, broker_info. ISSUE TYPE Feature Pull Request COMPONENT NAME mq_broker ADDITIONAL INFORMATION wait: description: - Specifies whether the module waits for the desired C(state). type: bool wait_timeout: description: - How long to wait (in seconds) for the broker to reach the desired state. default: 900 type: int Reviewed-by: Mark Chappell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Add wait and wait_timeout parameters to wait for a specific state.
#1831 (comment)
Issue Type
Feature Idea
Component Name
mq_broker
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: