Update README.md

pull/21/merge
qiang.ou 2017-09-03 11:20:45 +08:00 committed by GitHub
parent 2b1c7f16cf
commit 1c2696798c
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,14 @@
* -allow-root *nix平台允许以root用户运行 * -allow-root *nix平台允许以root用户运行
* -s ip:port 监听地址 * -s ip:port 监听地址
## TO DO List
- [ ] 版本升级
- [ ] 任务分组
- [ ] 多用户
- [ ] 权限控制
- [ ] 批量开启、关闭、删除任务
- [ ] 调度器与任务节点通信支持https
## 程序使用的组件 ## 程序使用的组件
* Web框架 [Macaron](http://go-macaron.com/) * Web框架 [Macaron](http://go-macaron.com/)
* 定时任务调度 [Cron](https://github.com/robfig/cron) * 定时任务调度 [Cron](https://github.com/robfig/cron)