Removes terminal jobs past the retention period.
Deletes :completed, :cancelled, and :discarded jobs older than
retention_period. Ticks every prune_interval ms.
start_link/1 options
:interval— tick period in ms (default fromKathikon.Config):storage— module implementingKathikon.Backend.Storagecallbacks:name— registered name (defaultKathikon.Pruner; usefalsein tests)
Mnesia is coordination storage, not long-term history — export metrics via telemetry for durable audit trails.
See docs/guides/configuration.md.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.