-
Notifications
You must be signed in to change notification settings - Fork 129
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
Error: Connection pool is full #29
Comments
This is a warning about efficiency and shouldn't be stalling progress. See boto/botocore#766. However, it is likely an indication of a bug elsewhere around resource contention. |
all of the threads in botocore point to |
a PR is open to address this.
|
Fixed by #30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My progress is stuck halfway (6847/12966), receiving following debug output:
WARNING:urllib3.connectionpool:Connection pool is full, discarding connection: ec2.us-east-1.amazonaws.com
The text was updated successfully, but these errors were encountered: