# `ExAthena.Checkpoint.Sweeper`
[🔗](https://github.com/udin-io/ex_athena/blob/v0.7.1/lib/ex_athena/checkpoint/sweeper.ex#L1)

One-shot startup task that GCs file-history directories older than
30 days. Runs alongside the `Agents.WorktreeSweeper`.

Started under the application supervisor; runs once at boot and
exits. Best-effort — failures are logged at info-level and don't
prevent the application from starting.

# `run`

```elixir
@spec run() :: :ok
```

---

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