Update docs to say large installations can need multiple schedulers

Change-Id: I9b912a6f5f4a6be24e109088b1c381676e932618
This commit is contained in:
Albin Vass 2022-03-02 10:19:32 +01:00
parent d06aa6fb10
commit 0d6cbb9f5d
1 changed files with 2 additions and 2 deletions

View File

@ -77,5 +77,5 @@ Statsd listens on UDP port 8125 by default.
A minimal Zuul system may consist of a :ref:`scheduler` and
:ref:`executor` both running on the same host. Larger installations
should consider running multiple executors, each on a dedicated host,
and running mergers on dedicated hosts as well.
should consider running multiple schedulers, executors and mergers,
with each component running on a dedicated host.