Skip to main content

Module fuel

Module fuel 

Source
Expand description

Fuel budgets for WASM authz-policy plugin calls. Matches the convention in crate::locking::fuel and crate::scheduled::fuel.

Constants§

CLEANUP
Fuel for super::AuthzPolicyPlugin::cleanup.
EVALUATE
Fuel for a single super::AuthzPolicyPlugin::evaluate call. Per-request hot path — kept tight.
RELOAD_POLICIES
Fuel for super::AuthzPolicyPlugin::reload_policies. Called out-of-band (file change, dev dashboard), can afford a larger budget for compiling the policy AST.