feat: type-scope events vacuum to prune only stream rows (14d) + drop turn-stats vacuum
This commit is contained in:
parent
f8cf76b62d
commit
6e39515669
9 changed files with 50 additions and 99 deletions
|
|
@ -14,7 +14,7 @@
|
|||
//! any terminal task whose `completed_at` timestamp is older than
|
||||
//! `KEEP_SECS`.
|
||||
//!
|
||||
//! Mirrors `events_vacuum` / `stats_vacuum` in structure — host-side
|
||||
//! Mirrors `events_vacuum` in structure — host-side
|
||||
//! so a misbehaving harness cannot disable its own cleanup.
|
||||
|
||||
use std::path::Path;
|
||||
|
|
|
|||
Loading…
Reference in a new issue