File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -555,12 +555,16 @@ the message from being redelivered until the worker completes processing it:
555
555
556
556
.. note ::
557
557
558
- This option is only available for the following transports: Beanstalkd and AmazonSQS .
558
+ This option is only available for the following transports: Beanstalkd, AmazonSQS, Doctrine and Redis .
559
559
560
560
.. versionadded :: 7.2
561
561
562
562
The ``--keepalive `` option was introduced in Symfony 7.2.
563
563
564
+ .. versionadded :: 7.3
565
+
566
+ Keepalive support for the Doctrine and Redis transports was added in Symfony 7.3.
567
+
564
568
.. tip ::
565
569
566
570
In a development environment and if you're using the Symfony CLI tool,
@@ -1745,14 +1749,6 @@ in the table.
1745
1749
The length of time to wait for a response when calling
1746
1750
``PDO::pgsqlGetNotify ``, in milliseconds.
1747
1751
1748
- The keepalive feature, which prevents messages from being prematurely redelivered during
1749
- long-running processing, updates the ``delivered_at `` timestamp periodically to ensure
1750
- the message is marked as "in progress".
1751
-
1752
- .. versionadded :: 7.3
1753
-
1754
- Keepalive support, using the ``--keepalive `` option, was introduced in Symfony 7.3.
1755
-
1756
1752
Beanstalkd Transport
1757
1753
~~~~~~~~~~~~~~~~~~~~
1758
1754
You can’t perform that action at this time.
0 commit comments