summaryrefslogtreecommitdiff
path: root/apscheduler/jobstores/mongodb.py
diff options
context:
space:
mode:
Diffstat (limited to 'apscheduler/jobstores/mongodb.py')
-rw-r--r--apscheduler/jobstores/mongodb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apscheduler/jobstores/mongodb.py b/apscheduler/jobstores/mongodb.py
index 7f66732..ff762f7 100644
--- a/apscheduler/jobstores/mongodb.py
+++ b/apscheduler/jobstores/mongodb.py
@@ -22,6 +22,8 @@ class MongoDBJobStore(BaseJobStore):
Stores jobs in a MongoDB database. Any leftover keyword arguments are directly passed to pymongo's `MongoClient
<http://api.mongodb.org/python/current/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`_.
+ Plugin alias: ``mongodb``
+
:param str database: database to store jobs in
:param str collection: collection to store jobs in
:param client: a :class:`~pymongo.mongo_client.MongoClient` instance to use instead of providing connection