Skip to content

asyncio:ERROR Unclosed connection #113

@sergeief

Description

@sergeief

Thank you for thumbor-aws. We were able to successfully serve images from S3 using this library, but discovered a side-effect is that we're seeing a lot of errors like the following:

2023-02-17 03:44:54 asyncio:ERROR Unclosed connection
client_connection: Connection<ConnectionKey(host='s3.amazonaws.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None)>
2023-02-17 03:45:12 asyncio:ERROR Unclosed connection
client_connection: Connection<ConnectionKey(host='s3.amazonaws.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None)>

This looks like connections to S3 aren't closed nor reused, any idea what would be the best way to debug or resolve?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdo-not-reapDo not reap this as being stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions