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

HA does not stop retrying after 5 minutes #730

Closed
lippserd opened this issue Apr 8, 2024 · 0 comments · Fixed by #698
Closed

HA does not stop retrying after 5 minutes #730

lippserd opened this issue Apr 8, 2024 · 0 comments · Fixed by #698
Labels
bug Something isn't working
Milestone

Comments

@lippserd
Copy link
Member

lippserd commented Apr 8, 2024

There are two problems that make HA retry infinitely often:

  • If the instance is not responsible, there is no retry timeout. Therefore, only errors that occur during the connection setup are retried for a maximum of 5 minutes.
  • If the instance is responsible, there is also no timeout for retrying, but a deadline context of 1 minute is used that ends earlier than our default timeout for retries of 5 minutes, and thus renders it ineffective.
@lippserd lippserd added the bug Something isn't working label Apr 8, 2024
@lippserd lippserd added this to the 1.1.2 milestone Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant