pub async fn try_compact(
executor: &mut ExecutorConn,
atlas: &mut AtlasClient,
_consumer_id: &str,
)Expand description
Best-effort compact_memory on session teardown. Logs failures, never
propagates errors (the provider may be absent entirely).