zuul/releasenotes/notes/graceful-09c7267360190f7a.yaml
James E. Blair d80555a453 Move sigterm_method to zuul.conf
Instead of using an environment variable for this particular
setting, do what we do for every other aspect of Zuul behavior:
use a setting in zuul.conf.

Change-Id: I5c075dce5b6ad23adc863252af67d7ee7ad0d4d5
2021-08-12 14:22:39 -07:00

14 lines
530 B
YAML

---
features:
- |
The executor now honors the :attr:`executor.sigterm_method`
configuration file setting to determine whether ``SIGTERM`` should be
equivalent to the ``graceful`` command (the default) or the
``stop`` command.
upgrade:
- |
The default behavior when an executor receives SIGTERM has been
changed from immediately stopping jobs to gracefully waiting for
them to finish. Set the :attr:`executor.sigterm_method`
configuration file setting to ``stop`` to preserve the old behavior.