Gust.Run.Pooler (gust v0.1.26)

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.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)