Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Feb 12, 2025
1 parent be0784d commit 08a3431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -895,9 +895,9 @@ configuration option:
.. versionadded:: 7.3

Support for signals plain name in configuration was introduced in Symfony 7.3.
Prior to this, you had to use the numeric values of the signals as defined
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`_.

In some cases the ``SIGTERM`` signal is sent by Supervisor itself (e.g. stopping
a Docker container having Supervisor as its entrypoint). In these cases you
Expand Down

0 comments on commit 08a3431

Please sign in to comment.