1 2 3 4 5 6 7 8
//! Client pressure worker entry points. //! //! Runs the low-priority pressure snapshot service separately from the API //! server so load shedding can be enforced without touching the hot path. mod worker; pub use worker::run_pressure_worker;