MCPcopy
hub / github.com/psycopg/psycopg / PoolTimeout

Class PoolTimeout

psycopg_pool/psycopg_pool/errors.py:16–19  ·  view source on GitHub ↗

The pool couldn't provide a connection in acceptable time.

Source from the content-addressed store, hash-verified

14
15
16class PoolTimeout(e.OperationalError):
17 """The pool couldn't provide a connection in acceptable time."""
18
19 __module__ = "psycopg_pool"
20
21
22class TooManyRequests(e.OperationalError):

Callers 14

waitMethod · 0.85
getconnMethod · 0.85
_get_ready_connectionMethod · 0.85
waitMethod · 0.85
waitMethod · 0.85
_get_ready_connectionMethod · 0.85
waitMethod · 0.85
_get_ready_connectionMethod · 0.85
waitMethod · 0.85
getconnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected