Skip to main content

Notes

  • Innermost group determines the effective cap for its descendants.
  • Tasks outside the queue are unaffected by its limit.
  • The default priority is 1000, so ready landing work claims 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; the default halt behavior fails the run.