Skip to content

Commit a6ce57e

Browse files
committed
[Messenger] Keepalive support for Doctrine & Redis
1 parent 8644781 commit a6ce57e

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

messenger.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -555,12 +555,16 @@ the message from being redelivered until the worker completes processing it:
555555
556556
.. note::
557557

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.
559559

560560
.. versionadded:: 7.2
561561

562562
The ``--keepalive`` option was introduced in Symfony 7.2.
563563

564+
.. versionadded:: 7.3
565+
566+
Keepalive support for the Doctrine and Redis transports was added in Symfony 7.3.
567+
564568
.. tip::
565569

566570
In a development environment and if you're using the Symfony CLI tool,
@@ -1745,14 +1749,6 @@ in the table.
17451749
The length of time to wait for a response when calling
17461750
``PDO::pgsqlGetNotify``, in milliseconds.
17471751

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-
17561752
Beanstalkd Transport
17571753
~~~~~~~~~~~~~~~~~~~~
17581754

0 commit comments

Comments
 (0)