您的位置:首页 > 编程语言 > Python开发

如何在python的定时任务框架apscheduler中寻找丢失的定时任务

2017-05-14 18:22 706 查看
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:jobstore(str|unicode|apscheduler.jobstores.base.BaseJobStore) – job store to be added
alias (str|unicode) – alias for the job store
Raises:ValueError – if there is already a job store by the given alias
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: