File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -761,9 +761,13 @@ the ``SIGTERM`` or ``SIGINT`` POSIX signals to finish processing their current
761761message before terminating.
762762
763763However, 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 ``
765765configuration option.
766766
767+ .. versionadded :: 6.3
768+
769+ The ``framework.messenger.stop_worker_on_signals `` option was introduced in Symfony 6.3.
770+
767771In some cases the ``SIGTERM `` signal is sent by Supervisor itself (e.g. stopping
768772a Docker container having Supervisor as its entrypoint). In these cases you
769773need to add a ``stopwaitsecs `` key to the program configuration (with a value
You can’t perform that action at this time.
0 commit comments