We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db45fdb commit 7bd26ebCopy full SHA for 7bd26eb
docs/queues.txt
@@ -96,7 +96,7 @@ how to handle failed jobs:
96
- **Required** Queue driver to use. The value of
97
this property must be ``mongodb``.
98
99
- * - ``connection``
+ * - ``database``
100
- Database connection used to store jobs. It must be
101
a ``mongodb`` connection. The driver uses the default connection
102
if a connection is not specified.
@@ -150,7 +150,7 @@ job batching:
150
151
152
153
154
- Database connection used to store jobs. It must be a
155
``mongodb`` connection. The driver uses the default connection if
156
a connection is not specified.
0 commit comments