Function sweep_sql_outcomes
pub fn sweep_sql_outcomes(
conn: &Connection,
now: i64,
) -> Result<(), BookkeepingError>Expand description
Evict expired and over-quota outcome rows and ratchet the durable per-namespace retention
floors. now is the host’s clock; runs inside the host’s own bookkeeping transaction.