We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0784d commit 08a3431Copy full SHA for 08a3431
messenger.rst
@@ -895,9 +895,9 @@ configuration option:
895
896
.. versionadded:: 7.3
897
898
- Support for signals plain name in configuration was introduced in Symfony 7.3.
899
- Prior to this, you had to use the numeric values of the signals as defined
900
- in the ``pcntl`` extension's `predefined constants`_.
+ Support for signals plain names in configuration was introduced in Symfony 7.3.
+ Previously, you had to use the numeric values of signals as defined by the
+ ``pcntl`` extension's `predefined constants`_.
901
902
In some cases the ``SIGTERM`` signal is sent by Supervisor itself (e.g. stopping
903
a Docker container having Supervisor as its entrypoint). In these cases you
0 commit comments