这是indexloc提供的服务,不要输入任何密码
Skip to content

terminate a request if time to acquire connection from pool exceeds configurable timeout #6326

@tirumaraiselvan

Description

@tirumaraiselvan

When the connection pool is fully saturated then new incoming requests are waiting for a connection to be acquired. This can take a long time (completely depends on workload at that point in time) so a new request might seem like it is "hung". To avoid this, we should have a configurable parameter HASURA_GRAPHQL_PG_WAIT_CONNECTION_TIMEOUT or similar which terminates the request and throws "acquiring connection from pool timed out".

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/serverRelated to serverp/highcandidate for being included in the upcoming sprint

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions