Gust.DAG.Run.Trigger behaviour (gust v0.1.26)
Behaviour for triggering DAG run actions (reset/requeue/dispatch).
This module delegates to the configured implementation module:
config :gust, :dag_run_trigger, Gust.DAG.Run.Trigger.RequeueThe configured module must implement this behaviour.