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

Konnect: Deal with API quota exhaustion gracefully #809

Open
1 task
pmalek opened this issue Oct 25, 2024 · 0 comments
Open
1 task

Konnect: Deal with API quota exhaustion gracefully #809

pmalek opened this issue Oct 25, 2024 · 0 comments

Comments

@pmalek
Copy link
Member

pmalek commented Oct 25, 2024

Problem statement

Currently, requests against Konnect do not take API rate limiting under account.

That means that when 429s start coming in from Konnect then no particular back off strategy is going to kick in.

This issue tracks the effort to implement such a mechanism so that hitting API quota is handled gracefully via most likely

return ctrl.Result{
	RequeueAfter: <?>,
}, nil

Acceptance criteria

  • As a user I can expect graceful handling of API quota exhaustion
@pmalek pmalek added this to the KGO v1.5.x milestone Oct 25, 2024
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

1 participant