Expand description
Background artifact cleanup for retention policy enforcement.
When --retention-days is set to a non-zero value, a background task
periodically scans the artifact store and removes objects older than
the configured retention period.
Structs§
- Cleanup
Result - Result of a cleanup operation.
Functions§
- run_
cleanup - Runs a single cleanup pass against the artifact store.
- spawn_
cleanup_ task - Spawns a background task that runs cleanup periodically.