We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
asyncpg version: 0.25.0 PostgreSQL version: 12.11
We have been frequently receiving this Timeout Error
asyncio.exceptions.TimeoutError [View similar errors](https://link.datadoghq.com/apm/error-tracking?issueId=...471-da7ad0900002) Traceback (most recent call last): File /usr/local/lib/python3.9/site-packages/ddtrace/contrib/asyncpg/patch.py, line 89, in _traced_query return await method(*args, **kwargs) File asyncpg/protocol/protocol.pyx, line 338, in query asyncio.exceptions.TimeoutError
upon checking the logs, it's making an internal query SELECT pg_advisory_unlock_all ( ) CLOSE ALL UNLISTEN * RESET ALL on PostgreSQL database
SELECT pg_advisory_unlock_all ( ) CLOSE ALL UNLISTEN * RESET ALL
Not sure why the tables are locking when we are only doing read operations from the db.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
asyncpg version: 0.25.0
PostgreSQL version: 12.11
We have been frequently receiving this Timeout Error
upon checking the logs, it's making an internal query
SELECT pg_advisory_unlock_all ( ) CLOSE ALL UNLISTEN * RESET ALL
on PostgreSQL database
Not sure why the tables are locking when we are only doing read operations from the db.
The text was updated successfully, but these errors were encountered: