Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,18 @@
duration. Otherwise, some messages will start a second time while the
first one is still being handled.

.. versionadded:: 7.3

The Doctrine transport now supports the **keepalive** feature, which prevents
messages from being prematurely redelivered during long-running processing.
This updates the ``delivered_at`` timestamp periodically to ensure the message
is marked as "in progress." Use the ``--keepalive`` option with Messenger commands
to enable this:

.. code-block:: terminal
bin/console messenger:consume --keepalive=5

Check failure on line 1669 in messenger.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please add "php" prefix before "bin/console"
``auto_setup``
Whether the table should be created automatically during send / get.

Expand Down
Loading