@@ -839,22 +839,22 @@ The transport has a number of options:
839
839
840
840
Options defined under ``options `` take precedence over ones defined in the DSN.
841
841
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
847
847
table, to use one table for
848
848
multiple transports)
849
- redeliver_timeout Timeout before retrying a messages 3600
849
+ redeliver_timeout Timeout before retrying a message 3600
850
850
that's in the queue but in the
851
851
"handling" state (if a worker died
852
852
for some reason, this will occur,
853
853
eventually you should retry the
854
854
message) - in seconds.
855
855
auto_setup Whether the table should be created
856
- automatically during send / get. true
857
- ================== =================================== =======
856
+ automatically during send / get. true
857
+ ================== =================================== =============== =======
858
858
859
859
Redis Transport
860
860
~~~~~~~~~~~~~~~
0 commit comments