Skip to content

Commit 2497577

Browse files
committed
Add the versionadded directive
1 parent 3e7a9d8 commit 2497577

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

messenger.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,13 @@ the ``SIGTERM`` or ``SIGINT`` POSIX signals to finish processing their current
761761
message before terminating.
762762

763763
However, you might prefer to use different POSIX signals for graceful shutdown.
764-
You can override default ones by setting ``framework.messenger.stop_worker_on_signals``
764+
You can override default ones by setting the ``framework.messenger.stop_worker_on_signals``
765765
configuration option.
766766

767+
.. versionadded:: 6.3
768+
769+
The ``framework.messenger.stop_worker_on_signals`` option was introduced in Symfony 6.3.
770+
767771
In some cases the ``SIGTERM`` signal is sent by Supervisor itself (e.g. stopping
768772
a Docker container having Supervisor as its entrypoint). In these cases you
769773
need to add a ``stopwaitsecs`` key to the program configuration (with a value

0 commit comments

Comments
 (0)