Skip to main content

Crate boson_backend_postgres

Crate boson_backend_postgres 

Source
Expand description

PostgreSQL QueueBackend for Boson.

Choose at worker boot. Enable via the boson crate postgres feature.

§Entry points

Structs§

PostgresQueueBackend
PostgreSQL-backed queue backend.

Functions§

install_default_postgres_backend
Install a new PostgresQueueBackend as the process-global default backend.
install_isolated_postgres_backend
Install postgres backend with an isolated schema for test sessions.
postgres_test_url
Resolve postgres URL from env (test preferred, then bench, then default).