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 d651fdb commit 5172b31Copy full SHA for 5172b31
DOCUMENTATION.md
@@ -68,6 +68,7 @@ Jobs.configure({
68
getDate: Function, // new Date() - determine how to get the current date, if for whatever reason, new Date() is not suitable
69
log: Function, // console.log - determine how to log the package outputs
70
remoteCollection: String, // undefined - store jobs data in a remote collection
71
+ collectionName: String, // jobs_data - name of collection for where to store jobs
72
})
73
```
74
0 commit comments