Skip to main content

Notes

  • Innermost group determines the effective cap for its descendants; tasks outside the queue are unaffected.
  • Default priority 1000 lets ready landing work claim a free run slot before ordinary tasks at priority 0; an explicit child priority wins.
  • failurePolicy="quarantine" lets unrelated queue branches continue after a child fails; default halt fails the run.