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

fix: improve healing executions when they are not found in the cluster #6292

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

rangoo94
Copy link
Member

Pull request description

  • when the execution is not found in the cluster, yet it's still marked as on-going, try to recover based on existing data in the DB
    • it may fail due to MongoDB revoked the data after it has accepted
    • it may fail because of some restart during one of the procedures
    • it may fail because of cluster manipulation
    • it may fail due to various different reasons

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

@rangoo94 rangoo94 requested a review from a team as a code owner March 27, 2025 11:00
@rangoo94 rangoo94 merged commit f1b8566 into main Mar 27, 2025
20 of 21 checks passed
@rangoo94 rangoo94 deleted the dawid/fix/improve-healing-lost-executions branch March 27, 2025 11:13
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