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

Abort bean refresh if connection error occurs during bean refresh #419

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

scottopell
Copy link
Contributor

We've identified an issue where a check instance with many beans could get stuck attempting to process all beans when a connection failure occurs.

This change ensures that the connection is alive before continuing to process each bean.

If this condition occurs, the existing logic will properly mark this instance as broken and attempt to recover it later.

@carlosroman carlosroman merged commit 0490bf0 into master Apr 3, 2023
@carlosroman carlosroman deleted the fix/bean-refresh-bailout branch April 3, 2023 09:33
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