Operations
Validate the exact runtime file before deployment:
BRIA_CONFIG=/etc/bria/Config.toml bria checkUse BRIA_CONFIG or --config; the latter takes precedence. Logs follow [bria.global.log]. State records queued and running jobs for recovery when using a durable state backend; library consumers can inspect recovered JobStateRecord values from the public API. dashboard_path_ref resolves a [paths.<id>] directory served at /<prefix>/dashboard under the server's normal authentication policy. HTTP cancellation routes are dynamically registered as DELETE /<prefix>/<configured-source-path>/<job_id>.
Feature flags: sqlite is default; server, webhook, postgres (pg), amqp, wasm, and cron are opt-in. full enables all of them. Set a finite queue_capacity for each pipeline; the router waits when that pipeline queue is full.