10000 [Messenger] update documentation according to symfony/symfony#32979 · surikman/symfony-docs@865c1c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 865c1c0

Browse files
committed
[Messenger] update documentation according to symfony/symfony#32979
1 parent 8b02403 commit 865c1c0

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

messenger.rst

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -848,22 +848,24 @@ The transport has a number of options:
848848
849849
Options defined under ``options`` take precedence over ones defined in the DSN.
< 10000 /td>
850850

851-
================== =================================== ======================
852-
Option Description Default
853-
================== =================================== ======================
854-
table_name Name of the table messenger_messages
855-
queue_name Name of the queue (a column in the default
856-
table, to use one table for
857-
multiple transports)
858-
redeliver_timeout Timeout before retrying a message 3600
859-
that's in the queue but in the
860-
"handling" state (if a worker died
861-
for some reason, this will occur,
862-
eventually you should retry the
863-
message) - in seconds.
864-
auto_setup Whether the table should be created
865-
automatically during send / get. true
866-
================== =================================== ======================
851+
==================== ==================================== ======================
852+
Option Description Default
853+
==================== ==================================== ======================
854+
table_name Name of the table messenger_messages
855+
queue_name Name of the queue (a column in the default
856+
table, to use one table for
857+
multiple transports)
858+
redeliver_timeout Timeout before retrying a message 3600
859+
that's in the queue but in the
860+
"handling" state (if a worker died
861+
for some reason, this will occur,
862+
eventually you should retry the
863+
message) - in seconds.
864+
auto_setup Whether the table should be created
865+
automatically during send / get. true
866+
redelivery_max_count Max count of ignored successive 3
867+
RetryableException
868+
==================== ==================================== ======================
867869

868870
Redis Transport
869871
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0