# `Parapet.Spine.SystemEventPruner`
[🔗](https://github.com/szTheory/parapet/blob/v1.0.0/lib/parapet/spine/system_event_pruner.ex#L1)

A built-in GC pruner to prevent `Parapet.Spine.SystemEvent` storage bloat.
Periodically deletes events older than a specified threshold.

> #### Experimental {: .warning}
>
> This module is **experimental** in v1.x. Its API may change in a minor release with a
> single-version notice in CHANGELOG.md. See
> [Stability & Deprecation Policy](stability.html) for details.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
