Enum SystemPriority
Priority level for system scheduling under overload conditions. Defined here for DAG construction; enforcement deferred to overload management (#201).
public enum SystemPriority
Fields
Critical = 0Every tick, never throttled or shed.
High = 1Every tick normally; may be throttled under severe load.
Low = 3Shed entirely under load; runs per tickDivisor normally.
Normal = 2Every Nth tick under load (throttledTickDivisor).