Queue priority when multiple pipelines are waiting. Higher values execute first.
PRIORITY 10
The PRIORITY clause assigns a numeric priority to the schedule, used to order queued runs when multiple schedules compete for execution slots on the same compute nodes. Higher integer values are dispatched before lower ones. The value must be a non-negative integer; when omitted, the default priority is 0. This clause is most relevant when MAX_CONCURRENT limits are in effect or when TARGET_NODES constrains execution to a limited set of compute nodes, creating contention among queued runs.