Skip to content

Commit 7bd26eb

Browse files
committed
replace cxn with db in tables
1 parent db45fdb commit 7bd26eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/queues.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ how to handle failed jobs:
9696
- **Required** Queue driver to use. The value of
9797
this property must be ``mongodb``.
9898

99-
* - ``connection``
99+
* - ``database``
100100
- Database connection used to store jobs. It must be
101101
a ``mongodb`` connection. The driver uses the default connection
102102
if a connection is not specified.
@@ -150,7 +150,7 @@ job batching:
150150
- **Required** Queue driver to use. The value of
151151
this property must be ``mongodb``.
152152

153-
* - ``connection``
153+
* - ``database``
154154
- Database connection used to store jobs. It must be a
155155
``mongodb`` connection. The driver uses the default connection if
156156
a connection is not specified.

0 commit comments

Comments
 (0)