autonomy M1 phase3: persist pause/resume reasons and durations for active-user idle-run auditing

This commit is contained in:
DBT
2026-02-28 06:19:34 +00:00
parent 058b215704
commit 9bf90b65c3
2 changed files with 40 additions and 13 deletions

View File

@@ -20,6 +20,8 @@ type TaskItem struct {
Source string `json:"source"`
DedupeHits int `json:"dedupe_hits,omitempty"`
ResourceKeys []string `json:"resource_keys,omitempty"`
LastPauseReason string `json:"last_pause_reason,omitempty"`
LastPauseAt string `json:"last_pause_at,omitempty"`
UpdatedAt string `json:"updated_at"`
}