You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add data retention and auto-cleanup mechanism
Add configurable retention policies for reputation_events, invocations,
and abuse_reports tables. Includes PruneEvents/PruneInvocations/
PruneResolvedReports store methods (SQLite + Postgres), a new
retention.Service that coordinates cleanup, and a ticker goroutine
in main.go. Defaults: 90d reputation events, 30d invocations,
365d resolved abuse reports, 1h cleanup interval.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments