File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1786,6 +1786,13 @@ The transport has a number of options:
1786
1786
The message time to run before it is put back in the ready queue - in
1787
1787
seconds.
1788
1788
1789
+ The Beanstalkd transport supports the ``--keepalive `` option by using Beanstalkd's
1790
+ ``touch `` command to periodically reset the job's ``ttr ``.
1791
+
1792
+ .. versionadded :: 7.2
1793
+
1794
+ Keepalive support was introduced in Symfony 7.2.
1795
+
1789
1796
The Beanstalkd transport lets you set the priority of the messages being dispatched.
1790
1797
Use the ``Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdPriorityStamp ``
1791
1798
and pass a number to specify the priority (default = ``1024 ``; lower numbers mean higher priority)::
@@ -2135,6 +2142,13 @@ The transport has a number of options:
2135
2142
FIFO queues don't support setting a delay per message, a value of ``delay: 0 ``
2136
2143
is required in the retry strategy settings.
2137
2144
2145
+ The SQS transport supports the ``--keepalive `` option by using the ``ChangeMessageVisibility ``
2146
+ action to periodically update the ``VisibilityTimeout `` of the message.
2147
+
2148
+ .. versionadded :: 7.2
2149
+
2150
+ Keepalive support was introduced in Symfony 7.2.
2151
+
2138
2152
Serializing Messages
2139
2153
~~~~~~~~~~~~~~~~~~~~
2140
2154
You can’t perform that action at this time.
0 commit comments