File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -544,13 +544,13 @@ command with the ``--all`` option:
544
544
The ``--all `` option was introduced in Symfony 7.1.
545
545
546
546
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.
549
549
550
550
.. note ::
551
551
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.
554
554
555
555
.. versionadded :: 7.2
556
556
You can’t perform that action at this time.
0 commit comments