8000 add documentation for `daily_delay_queues` new argument by miquel-angel · Pull Request #20925 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

add documentation for daily_delay_queues new argument #20925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 7.2
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
issues/57867 add documentation for 'daily_delay_queues' new argument
  • Loading branch information
Miquel Fontana committed Apr 29, 2025
commit 22d692e7bf3df2cffc92bcaac0e825e98c1f4adf
3 changes: 3 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,9 @@
``delay[exchange_name]`` (default: ``delays``)
Name of the exchange to be used for the delayed/retried messages

``queues[daily_delay_queues]`` (default: ``false``)
Create a delayed queue for each day ``%queue_name_pattern%_%current_day%``.

Check failure on line 1570 in messenger.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please remove trailing whitespace
Expires after a day + ttl. Useful for quorum queues, because quorum queues don't support update expire after queue is created.
``queues[name][arguments]``
Extra arguments

Expand Down
0