-
Notifications
You must be signed in to change notification settings - Fork 117
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
Possible regression? Cluster Launch With More than 20 instances hits AWS Rate Limits #340
Comments
Thanks for the report. I guess the problem is in the repeated calls to Lines 83 to 86 in 4763e4c
I believe @luhhujbb warned that this would happen. I think a fix worth exploring would be to decorate |
Hi, it seems that |
That's neat. I would prefer to stick to the standard library, but if there is a problem combining |
@nchammas It's seems Ok for the combination of |
When launching a cluster (tried m5 and r4 instances) with about more than 20 instances the following error is raised:
botocore.exceptions.ClientError: An error occurred (RequestLimitExceeded) when calling the DescribeSubnets operation (reached max retries: 4): Request limit exceeded.
From the traceback it looks like this may be caused by the changes in #296 ?
-->
Traceback:
The text was updated successfully, but these errors were encountered: