# `Parrhesia.Tasks.PartitionRetentionWorker`

Periodic worker that ensures monthly event partitions and applies retention pruning.

# `monthly_partition`

```elixir
@type monthly_partition() :: Parrhesia.Storage.Partitions.monthly_partition()
```

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(keyword()) :: GenServer.on_start()
```

---

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