Skip to main content

install_default_postgres_backend

Function install_default_postgres_backend 

Source
pub async fn install_default_postgres_backend(
    url: &str,
) -> Result<Arc<PostgresQueueBackend>>
Expand description

Install a new PostgresQueueBackend as the process-global default backend.

ยงErrors

Propagates errors from PostgresQueueBackend::connect.