File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1729,6 +1729,13 @@ The transport has a number of options:
1729
1729
The message time to run before it is put back in the ready queue - in
1730
1730
seconds.
1731
1731
1732
+ The Beanstalkd transport supports the ``--keepalive `` option by using Beanstalkd's
1733
+ ``touch `` command to periodically reset the job's ``ttr ``.
1734
+
1735
+ .. versionadded :: 7.2
1736
+
1737
+ Keepalive support was introduced in Symfony 7.2.
1738
+
1732
1739
.. _messenger-redis-transport :
1733
1740
1734
1741
Redis Transport
@@ -2051,6 +2058,13 @@ The transport has a number of options:
2051
2058
FIFO queues don't support setting a delay per message, a value of ``delay: 0 ``
2052
2059
is required in the retry strategy settings.
2053
2060
2061
+ The SQS transport supports the ``--keepalive `` option by using the ``ChangeMessageVisibility ``
2062
+ action to periodically update the ``VisibilityTimeout `` of the message.
2063
+
2064
+ .. versionadded :: 7.2
2065
+
2066
+ Keepalive support was introduced in Symfony 7.2.
2067
+
2054
2068
Serializing Messages
2055
2069
~~~~~~~~~~~~~~~~~~~~
2056
2070
You can’t perform that action at this time.
0 commit comments