Summary
policy_executions accumulates rows for long-completed executions with no archival or cleanup process.
Requirements
- Add a scheduled job archiving or deleting rows past a defined age
- Make the archival destination and age threshold configurable
- Add a test verifying only eligible rows are affected
- Document the cleanup schedule in the service README
Summary
policy_executions accumulates rows for long-completed executions with no archival or cleanup process.
Requirements