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 @@ -550,7 +550,7 @@ timestamp periodically to ensure the message is marked as "in progress":
550
550
.. note ::
551
551
552
552
This option is only available for transports that support it. Currently, only
553
- the Beanstalkd transport supports this option.
553
+ the Beanstalkd and AmazonSQS transports support this option.
554
554
555
555
.. versionadded :: 7.2
556
556
@@ -2048,6 +2048,10 @@ The transport has a number of options:
2048
2048
FIFO queues don't support setting a delay per message, a value of ``delay: 0 ``
2049
2049
is required in the retry strategy settings.
2050
2050
2051
+ .. versionadded :: 7.2
2052
+
2053
+ Keepalive support, using the `--keepalive ` option, was added in Symfony 7.2.
2054
+
2051
2055
Serializing Messages
2052
2056
~~~~~~~~~~~~~~~~~~~~
2053
2057
You can’t perform that action at this time.
0 commit comments