Options for targetPeakConcurrentAssignments.
Use this when the business wants to hit a peak concurrency target within a
day, without making that target a lower bound across the whole day. This is
soft-only by design. Unlike cover, this helper does not establish a
minimum that must hold throughout a semantic time. Instead it shifts the
solution toward reaching the desired peak within the scoped days. Use
cover for a whole-window minimum, and pair
this helper with
maxConcurrentAssignments when the same number is also a hard cap.
This is useful for language like “fill all 5 chairs on peak days” or
“ideally reach full capacity during the busy point”.
Properties
priority
priority?: "LOW" | "MEDIUM" | "HIGH"
Soft only. Defaults to "HIGH".