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.