Skip to content

Commit dd515d9

Browse files
committed
Merge branch '4.4'
* 4.4: Small typo
2 parents b6ee908 + 5b9720d commit dd515d9

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
@@ -839,22 +839,22 @@ The transport has a number of options:
839839
840840
Options defined under ``options`` take precedence over ones defined in the DSN.
841841

842-
================== =================================== =======
843-
Option Description Default
844-
================== =================================== =======
845-
table_name Name of the table messenger_messages
846-
queue_name Name of the queue (a column in the default
842+
================== =================================== ======================
843+
Option Description Default
844+
================== =================================== ======================
845+
table_name Name of the table messenger_messages
846+
queue_name Name of the queue (a column in the default
847847
table, to use one table for
848848
multiple transports)
849-
redeliver_timeout Timeout before retrying a messages 3600
849+
redeliver_timeout Timeout before retrying a message 3600
850850
that's in the queue but in the
851851
"handling" state (if a worker died
852852
for some reason, this will occur,
853853
eventually you should retry the
854854
message) - in seconds.
855855
auto_setup Whether the table should be created
856-
automatically during send / get. true
857-
================== =================================== =======
856+
automatically during send / get. true
857+
================== =================================== ======================
858858

859859
Redis Transport
860860
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)