
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
9 lines
317 B
YAML
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.
|