pub async fn install_default_sqlite_backend(
path: impl AsRef<Path>,
) -> Result<Arc<SqliteQueueBackend>>Expand description
Install a new SqliteQueueBackend as the process-global default backend.
ยงErrors
Propagates errors from SqliteQueueBackend::new.