File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -543,6 +543,19 @@ command with the ``--all`` option:
543
543
544
544
The ``--all `` option was introduced in Symfony 7.1.
545
545
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":
549
+
550
+ .. note ::
551
+
552
+ This option is only available for transports that support it. Currently, only
553
+ the Beanstalkd transport supports this option.
554
+
555
+ .. versionadded :: 7.2
556
+
557
+ The ``--keepalive `` option was introduced in Symfony 7.2.
558
+
546
559
.. tip ::
547
560
548
561
In a development environment and if you're using the Symfony CLI tool,
@@ -1709,6 +1722,10 @@ The transport has a number of options:
1709
1722
The message time to run before it is put back in the ready queue - in
1710
1723
seconds.
1711
1724
1725
+ .. versionadded :: 7.2
1726
+
1727
+ Keepalive support, using the `--keepalive ` option, was added in Symfony 7.2.
1728
+
1712
1729
.. _messenger-redis-transport :
1713
1730
1714
1731
Redis Transport
You can’t perform that action at this time.
0 commit comments