- 异步任务调度
- 计划任务统一管理 Crontab
- Job 执行状态监控
以下案例是 scheduOps 在发布系统(Pilot)中的使用场景,封装了 SaltStack Api、AnsibleApi、JenkinsApi、JiraApi等,使用一套平台操作各类自动化流程,进行集中管理。
git clone https://github.com/gongwz/scheduOps.git
pip3 install -r requirements.txt
使用本项目之前请先阅读本人另外两个项目:
https://github.com/gongwz/formcurd.git
https://github.com/gongwz/pilot.git
Author: 卫振 (weizhen) ^_-