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

Handle throttling in cc deploy #242

Open
ericzbeard opened this issue Jan 18, 2024 · 0 comments
Open

Handle throttling in cc deploy #242

ericzbeard opened this issue Jan 18, 2024 · 0 comments
Labels
cc Related to Cloud Control API enhancement New feature or request

Comments

@ericzbeard
Copy link
Contributor

Services will throttle too many parallel requests to create resources. In cc deploy, all resources at the same level in the dependency graph get deployed at the same time, with no retries. We need to implement exponential backoff for RateExceeded or ThrottlingException errors, and batch requests if there are more than 5 going to same service at the same time.

@ericzbeard ericzbeard added enhancement New feature or request cc Related to Cloud Control API labels Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cc Related to Cloud Control API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant