File tree 1 file changed +21
-0
lines changed
1 file changed +21
-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. It marks the message as "in progress"
548
+ and prevents it from being redelivered until the worker finishes processing it.
549
+
550
+ .. note ::
551
+
552
+ This option is only available for supported transports, which are
553
+ the Beanstalkd and AmazonSQS transports.
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
@@ -2031,6 +2048,10 @@ The transport has a number of options:
2031
2048
FIFO queues don't support setting a delay per message, a value of ``delay: 0 ``
2032
2049
is required in the retry strategy settings.
2033
2050
2051
+ .. versionadded :: 7.2
2052
+
2053
+ Keepalive support, using the `--keepalive ` option, was added in Symfony 7.2.
2054
+
2034
2055
Serializing Messages
2035
2056
~~~~~~~~~~~~~~~~~~~~
2036
2057
You can’t perform that action at this time.
0 commit comments