Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tenant@policy_Budget.hrl
Raw

include/lightspeed@tenant@policy_Budget.hrl

-record(budget, {
max_events :: integer(),
max_sessions :: integer(),
max_jobs :: integer(),
max_pipeline_runs :: integer(),
max_pipeline_replays :: integer(),
max_mitigations :: integer()
}).