
Currently we only can modify the tenant configuration by triggering a full reconfiguration. However with many large tenants this can take a long time to finish. Zuul is stalled during this process. Especially when the system is at quota this can lead to long job queues that build up just after the reconfiguration. This adds support for a smart reconfiguration that only reconfigures tenants that changed their config. This can speed up the reconfiguration a lot in large multi-tenant systems. Change-Id: I6240b2850d8961a63c17d799f9bec96705435f19
6 lines
140 B
YAML
6 lines
140 B
YAML
---
|
|
features:
|
|
- |
|
|
Zuul now supports triggering a smart reconfiguration by using the command
|
|
``zuul-scheduler smart-reconfigure``.
|