We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bury_on_reject
1 parent bcb0e34 commit 2bfec22Copy full SHA for 2bfec22
messenger.rst
@@ -1786,6 +1786,10 @@ The transport has a number of options:
1786
The message time to run before it is put back in the ready queue - in
1787
seconds.
1788
1789
+``bury_on_reject`` (default: ``false``)
1790
+ When set to ``true``, rejected messages are placed into a "buried" state
1791
+ in Beanstalkd instead of being deleted.
1792
+
1793
The Beanstalkd transport lets you set the priority of the messages being dispatched.
1794
Use the ``Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdPriorityStamp``
1795
and pass a number to specify the priority (default = ``1024``; lower numbers mean higher priority)::
0 commit comments