Skip to content

fix(rabbitmq): retry transient cluster deployment failures - #4241

Merged
Mohammed Naser (mnaser) merged 2 commits into
mainfrom
agent/rabbitmq-deployment-retry
Aug 11, 2026
Merged

fix(rabbitmq): retry transient cluster deployment failures#4241
Mohammed Naser (mnaser) merged 2 commits into
mainfrom
agent/rabbitmq-deployment-retry

Conversation

@fitbeard

Copy link
Copy Markdown
Contributor

What changed

  • retry temporary failures while deploying and waiting for a RabbitMQ cluster;
  • keep the existing three-attempt, five-second retry behavior from the validated selective-CI branch;
  • add a release note.

Why

The Kubernetes API or RabbitMQ operator can briefly reject or fail the wait operation while the cluster is converging. The role previously failed immediately, making otherwise healthy deployments flaky.

This production fix is extracted from #4152 so it can be reviewed, released, and backported independently from selective CI.

Validation

  • file-scoped pre-commit hooks passed;
  • git diff --check passed;
  • the repository-wide Ansible lint traversal reached all roles, including RabbitMQ, and only failed on the existing galaxy[no-changelog] metadata issue;
  • Reno parsed the new note and only reported the repository's existing duplicate release-note UID.

Signed-off-by: Tadas Sutkaitis <tadas.sutkaitis@vexxhost.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4ca3ec60b3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".

Comment thread releasenotes/notes/rabbitmq-transient-deployment-retries-3702de29914fad26.yaml Outdated
Signed-off-by: Tadas Sutkaitis <tadas.sutkaitis@vexxhost.com>
@mnaser
Mohammed Naser (mnaser) merged commit d5c276e into main Aug 11, 2026
15 checks passed
@mnaser
Mohammed Naser (mnaser) deleted the agent/rabbitmq-deployment-retry branch August 11, 2026 23:52
@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/zed:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2023.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2023.2:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2024.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2024.2:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2025.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2025.2:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants