scheduler_mongodb

class pytq.scheduler_mongodb.MongoDBScheduler(logger=None, collection=None)

MongoDB collection backed scheduler.

Feature:

  1. fingerprint of _hash_input() will be _id
field in MongoDB collection.
  1. output_data will be serialized and stored in out field.
Parameters:collectionpymongo.Collection.