Skip to main content

retry_hint_from_postgres_pool_error

Function retry_hint_from_postgres_pool_error 

Source
pub fn retry_hint_from_postgres_pool_error(
    error: &PoolError<Error>,
) -> RetryHint
Expand description

Converts a deadpool Postgres pool error into a conservative retry hint.