zuul/releasenotes/notes/smart-reconfigure-d04d1820ae974aea.yaml
Tobias Henkel 0336205981 Add support for smart reconfigurations
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
2019-12-16 17:31:50 +00:00

6 lines
140 B
YAML

---
features:
- |
Zuul now supports triggering a smart reconfiguration by using the command
``zuul-scheduler smart-reconfigure``.