Skip to content

The garbage collector is trying to clean up non-checked-in connection <AdaptedConnection <asyncpg.connection.Connection object at 0x7f66a5b06110>>, which will be terminated. Please ensure that SQLAlchemy pooled connections are returned to the pool expl... #3654

@sentry

Description

@sentry

Sentry Issue: PYTHON-FASTAPI-1VP

The garbage collector is trying to clean up non-checked-in connection <AdaptedConnection <asyncpg.connection.Connection object at 0x7f66a5b06110>>, which will be terminated.  Please ensure that SQLAlchemy pooled connections are returned to the pool explicitly, either by calling ``close()`` or by using appropriate context managers to manage their lifecycle.

Metadata

Metadata

Assignees

Labels

area: backendRelated to backend functionality or under the /backend directorybugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions