scheduler_mongodb¶
-
class
pytq.scheduler_mongodb.MongoDBScheduler(logger=None, collection=None)¶ MongoDB collection backed scheduler.
Feature:
- fingerprint of
_hash_input()will be_id
field in MongoDB collection.- output_data will be serialized and stored in
outfield.
Parameters: collection – pymongo.Collection.- fingerprint of