File tree 1 file changed +5
-1
lines changed
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
761
761
message before terminating.
762
762
763
763
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 ``
765
765
configuration option.
766
766
767
+ .. versionadded :: 6.3
768
+
769
+ The ``framework.messenger.stop_worker_on_signals `` option was introduced in Symfony 6.3.
770
+
767
771
In some cases the ``SIGTERM `` signal is sent by Supervisor itself (e.g. stopping
768
772
a Docker container having Supervisor as its entrypoint). In these cases you
769
773
need to add a ``stopwaitsecs `` key to the program configuration (with a value
You can’t perform that action at this time.
0 commit comments