如何在python的定時任務框架apscheduler中尋找丟失的定時任務
阿新 • • 發佈:2019-01-04
http://apscheduler.readthedocs.io/en/latest/modules/schedulers/base.html?highlight=add_jobstore
add_jobstore
(jobstore, alias='default', **jobstore_opts)
Adds a job store to this scheduler.
Any extra keyword arguments will be passed to the job store plugin’s constructor, assuming that the first argument is the name of a job store plugin.
Parameters: |
|
---|---|
Raises: |
ValueError – if there is already a job store by the given alias |