Skip to content

Commit 5b9720d

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Small typo
2 parents c7a8942 + 16d9f39 commit 5b9720d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

messenger.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -848,22 +848,22 @@ The transport has a number of options:
848848
849849
Options defined under ``options`` take precedence over ones defined in the DSN.
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
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
856856
table, to use one table for
857857
multiple transports)
858-
redeliver_timeout Timeout before retrying a messages 3600
858+
redeliver_timeout Timeout before retrying a message 3600
859859
that's in the queue but in the
860860
"handling" state (if a worker died
861861
for some reason, this will occur,
862862
eventually you should retry the
863863
message) - in seconds.
864864
auto_setup Whether the table should be created
865-
automatically during send / get. true
866-
================== =================================== =======
865+
automatically during send / get. true
866+
================== =================================== ======================
867867

868868
Redis Transport
869869
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)