Values.SchedulingMinPriorityOverrideSourceDefines the override behavior for jobs at the minimum priority (0) in weighted balanced scheduling.
type nonrec t = {alwaysScheduleLast : SchedulingMinPriorityOverrideAlwaysScheduleLast.t option;Jobs at the minimum priority (0) are always scheduled after all other jobs, regardless of the weighted scheduling formula. If multiple jobs have priority 0, ties are broken using the standard weighted formula.
*)}