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

Optimize schedule of batch operations with a context of actual network/API response. #422

Closed
watermint opened this issue Aug 27, 2020 · 0 comments
Labels
enhancement new command or new feature

Comments

@watermint
Copy link
Owner

The bulk operation to a single resource might not be a good option in some cases.
For example, we may get too_many_write_operation error on bulk writes to a single namespace.
It might be avoidable if a scheduler knows that response (429), then execute the next batch instead of retrying on the same namespace.

@watermint watermint added the enhancement new command or new feature label Aug 27, 2020
@watermint watermint mentioned this issue Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new command or new feature
Projects
None yet
Development

No branches or pull requests

1 participant