MingaAgent.Changeset.BudgetExhaustedEvent (Minga v0.1.0)

Copy Markdown View Source

Payload for :changeset_budget_exhausted events.

Summary

Types

t()

@type t() :: %MingaAgent.Changeset.BudgetExhaustedEvent{
  attempts: pos_integer(),
  budget: pos_integer(),
  project_root: String.t()
}