# `Gust.Run.Pooler`

Claims runnable DAG runs and starts their execution.

The pooler subscribes to run dispatch events and also polls on a configurable
interval to claim work in batches. Each claimed run is validated against its
DAG definition and then started under the runner supervisor when valid.

# `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*
