Skip to content

Commit 23f7543

Browse files
committed
-
1 parent dfb421f commit 23f7543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messenger.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,13 +544,13 @@ command with the ``--all`` option:
544544
The ``--all`` option was introduced in Symfony 7.1.
545545

546546
The ``--keepalive`` option can be used to prevent messages from being prematurely
547-
redelivered during long-running processing. This updates the ``delivered_at``
548-
timestamp periodically to ensure the message is marked as "in progress":
547+
redelivered during long-running processing. It marks the message as "in progress"
548+
and prevents it from being redelivered until the worker finishes processing it.
549549

550550
.. note::
551551

552-
This option is only available for transports that support it. Currently, only
553-
the Beanstalkd and AmazonSQS transports support this option.
552+
This option is only available for supported transports, which are
553+
the Beanstalkd and AmazonSQS transports.
554554

555555
.. versionadded:: 7.2
556556

0 commit comments

Comments
 (0)