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

ETCD Client: Retry all too many requests errors #20

Merged
merged 1 commit into from
May 13, 2024

Conversation

JoshVanL
Copy link
Collaborator

@JoshVanL JoshVanL commented May 9, 2024

Update internal/client to be a generic wrapper around a real etcd client. This internal client will retry too many requests errors until successful, the given context is canceled, or an error occurs.

@cicoyle
Copy link
Collaborator

cicoyle commented May 13, 2024

@JoshVanL I merged in the other PR and see conflicts now. Can you resolve the conflicts?

Update internal/client to be a generic wrapper around a real etcd
client. This internal client will retry `too many requests` errors until
successful, the given context is canceled, or an error occurs.

Signed-off-by: joshvanl <me@joshvanl.dev>
@JoshVanL JoshVanL force-pushed the internal-client-retry-too-many-requests branch from fd1fdaa to 699a710 Compare May 13, 2024 14:28
@cicoyle cicoyle merged commit 9d76b64 into master May 13, 2024
1 check passed
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