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 priority0. An explicit child priority wins. failurePolicy="quarantine"lets unrelated queue branches continue after a child fails; the defaulthaltbehavior fails the run.