Skip to main content

postgres_store_from_env

Function postgres_store_from_env 

Source
pub async fn postgres_store_from_env() -> Result<PostgresSchedulerStore>
Expand description

Connect using CHRONON_POSTGRES_SCHEMA when set (isolated schema for multi-process E2E).

When CHRONON_POSTGRES_SKIP_BOOTSTRAP is set, attaches to an existing schema without DDL.

ยงErrors

Returns a storage error when the pool cannot be opened or schema bootstrap fails.