1 Star 0 Fork 10

taote/sehnsucht

forked from 钟刚/sehnsucht 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example.py 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
钟刚 提交于 2018-05-17 16:30 . logging
import logging
from scheduler import scheduler
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
@scheduler(cron='* * * * * 1,10,30,40', retry_times=5, retry_interval=3)
def task1():
print("task 1")
@scheduler(cron='* * * * 15-40 5/10', retry_times=3, retry_interval=10)
def task2():
print("task 2")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/taote/sehnsucht.git
[email protected]:taote/sehnsucht.git
taote
sehnsucht
sehnsucht
master

搜索帮助