File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1775,8 +1775,13 @@ The Beanstalkd transport DSN may looks like this:
1775
1775
1776
1776
The transport has a number of options:
1777
1777
1778
- ``tube_name `` (default: ``default ``)
1779
- Name of the queue
1778
+ ``bury_on_reject `` (default: ``false ``)
1779
+ When set to ``true ``, rejected messages are placed into a "buried" state
1780
+ in Beanstalkd instead of being deleted.
1781
+
1782
+ .. versionadded :: 7.3
1783
+
1784
+ The ``bury_on_reject `` option was introduced in Symfony 7.3.
1780
1785
1781
1786
``timeout `` (default: ``0 ``)
1782
1787
Message reservation timeout - in seconds. 0 will cause the server to
@@ -1786,6 +1791,9 @@ The transport has a number of options:
1786
1791
The message time to run before it is put back in the ready queue - in
1787
1792
seconds.
1788
1793
1794
+ ``tube_name `` (default: ``default ``)
1795
+ Name of the queue
1796
+
1789
1797
The Beanstalkd transport supports the ``--keepalive `` option by using Beanstalkd's
1790
1798
``touch `` command to periodically reset the job's ``ttr ``.
1791
1799
You can’t perform that action at this time.
0 commit comments