zuul/releasenotes/notes/wait-for-init-934370422b22b442.yaml
James E. Blair 603b826911 Add --wait-for-init scheduler option
This instructs the scheduler to wait until all tenants have been
initialized before processing pipelines.  This can be useful for
large systems with excess scheduler capacity to speed up a rolling
restart.

This also removes an unused instance variable from
SchedulerTestManager.

Change-Id: I19e733c881d1abf636674bf572f4764a0d018a8a
2022-06-18 07:57:49 -07:00

9 lines
317 B
YAML

---
features:
- |
The scheduler now accepts an argument `--wait-for-init` which will
cause it to wait until all tenants have been initialized before it
begins processing pipelines. This may help large systems with
excess scheduler capacity perform a rolling restart of schedulers
more quickly.