Commit e9ba60aa authored by yaozheng's avatar yaozheng

增加流量线测试群提醒

parent ec0127ba
......@@ -19,7 +19,7 @@ def run():
# 流量线值班人群里早上9:30提醒值班人值班
# scheduler.add_job(func=Task.zhiban, trigger='cron', hour=9, minute=30)
# 测试群关键事项提醒,周一到周五的17:30
scheduler.add_job(func=Task.ceshi, trigger='cron', day_of_week=(0, 1, 2, 3, 4), hour=17, minute=30)
scheduler.add_job(func=Task.ceshi, trigger='cron', day_of_week='0-4', hour=17, minute=30)
# 流量线值班人群里晚上18:00提醒值班人值班
# scheduler.add_job(func=Task.zhiban1, trigger='cron', hour=18)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment