Merge "Docs: fix styling in reconfigure commands"

This commit is contained in:
Zuul 2020-01-18 08:37:28 +00:00 committed by Gerrit Code Review
commit b96b81000d
1 changed files with 9 additions and 8 deletions

View File

@ -364,17 +364,18 @@ the repositories which contain it are merged. However, Zuul must be
explicitly notified of changes to the tenant config file, since it is
not read from a git repository. Zuul supports two kinds of reconfigurations.
The full reconfiguration refetches and reloads the configuration of all
tenants. To do so, run `zuul-scheduler full-reconfigure`. For example this
can be used to fix eventual configuration inconsistencies after connection
problems to Gerrit/Github. The signal based method by sending
a `SIGHUP` signal to the scheduler PID is deprecated.
The full reconfiguration refetches and reloads the configuration of
all tenants. To do so, run ``zuul-scheduler full-reconfigure``. For
example this can be used to fix eventual configuration inconsistencies
after connection problems to Gerrit/Github. The signal based method by
sending a `SIGHUP` signal to the scheduler PID is deprecated.
The smart reconfiguration reloads only the tenants that changed their
configuration in the tenant config file. To do so, run
`zuul-scheduler smart-reconfigure`. In multi tenant systems this can be much
faster than the full reconfiguration so it is recommended to use the smart
reconfiguration after changing the tenant configuration file.
``zuul-scheduler smart-reconfigure``. In multi tenant systems this can
be much faster than the full reconfiguration so it is recommended to
use the smart reconfiguration after changing the tenant configuration
file.
Merger
------