Skip to content

Commit

Permalink
docs($version): 升级到版本v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ouqiang committed Oct 2, 2017
1 parent 4daf0a1 commit 8720c18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@
原有的延时任务拆分为独立项目[延迟队列](https://github.com/ouqiang/delay-queue)

## 功能特性
* Web界面管理定时任务, 支持动态添加、删除任务
* crontab时间表达式,精确到秒
* 任务执行失败重试设置
* 任务超时设置
* 任务依赖配置
* Web界面管理定时任务
* crontab时间表达式, 精确到秒
* 任务执行失败可重试
* 任务执行超时, 强制结束
* 任务依赖配置, A任务完成后再执行B任务
* 账户权限控制
* 任务类型
* shell任务
> 在任务节点上执行shell命令, 支持任务同时在多个节点上运行
* HTTP任务
> 访问指定的URL地址, 由调度器直接执行, 不依赖任务节点
* 查看任务执行日志
* 查看任务执行结果日志
* 任务执行结果通知, 支持邮件、Slack

### 截图
Expand Down Expand Up @@ -88,7 +89,7 @@
- [x] 调度器与任务节点通信支持https
- [x] 任务分组
- [x] 多用户
- [ ] 权限控制
- [x] 权限控制

## 程序使用的组件
* Web框架 [Macaron](http://go-macaron.com/)
Expand All @@ -103,6 +104,12 @@

## ChangeLog

v1.3
--------
* 支持多用户登录
* 增加用户权限控制


v1.2.2
--------
* 用户登录页增加图形验证码
Expand Down
Binary file modified screenshot_task.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8720c18

Please sign in to comment.