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

Implement registration retry with exponential backoff #681

Open
ansasaki opened this issue Nov 21, 2023 · 1 comment
Open

Implement registration retry with exponential backoff #681

ansasaki opened this issue Nov 21, 2023 · 1 comment
Assignees

Comments

@ansasaki
Copy link
Contributor

Currently, the agent does not retry registering with the registrar in case of failure. This is about implementing the registration retry with exponential backoff.

The idea is that the agent should keep trying to register itself with the registrar with exponential increasing wait time between retries. Probably it makes sense to limit the maximum wait time.

@sergio-correia
Copy link
Contributor

I will work on this.

@sergio-correia sergio-correia self-assigned this Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants