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

Improve batch rate limiting logic #1100

Open
tsmith023 opened this issue Jun 7, 2024 · 2 comments
Open

Improve batch rate limiting logic #1100

tsmith023 opened this issue Jun 7, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@tsmith023
Copy link
Contributor

Currently, the batch rate limit logic does not take into account the number of objects sent in the previous request when calculating whether it should backoff. To improve throughput and maximise loading times, this should be factored into the logic.

@tsmith023 tsmith023 added the good first issue Good for newcomers label Jun 7, 2024
@0saurabh0
Copy link

will raise a PR for this

@0saurabh0
Copy link

@tsmith023 Is there a typical or maximum batch size that we should consider when designing the backoff logic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants