blob: 760c3f1792a6bda7275d123630efe9f4f5f52bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
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.
|