mirror of https://github.com/ouqiang/gocron
更新文档
parent
7b1086bdbc
commit
f24d306026
|
@ -5,7 +5,7 @@
|
||||||
[![Release](https://img.shields.io/github/release/ouqiang/gocron.svg?label=Release)](https://github.com/ouqiang/gocron/releases)
|
[![Release](https://img.shields.io/github/release/ouqiang/gocron.svg?label=Release)](https://github.com/ouqiang/gocron/releases)
|
||||||
|
|
||||||
# 项目简介
|
# 项目简介
|
||||||
使用Go语言开发的定时任务集中调度和管理系统, 用于替代Linux-crontab [查看文档](https://github.com/ouqiang/gocron/wiki)
|
使用Go语言开发的轻量级定时任务集中调度和管理系统, 用于替代Linux-crontab [查看文档](https://github.com/ouqiang/gocron/wiki)
|
||||||
|
|
||||||
原有的延时任务拆分为独立项目[延迟队列](https://github.com/ouqiang/delay-queue)
|
原有的延时任务拆分为独立项目[延迟队列](https://github.com/ouqiang/delay-queue)
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@
|
||||||
* HTTP任务
|
* HTTP任务
|
||||||
> 访问指定的URL地址, 由调度器直接执行, 不依赖任务节点
|
> 访问指定的URL地址, 由调度器直接执行, 不依赖任务节点
|
||||||
* 查看任务执行结果日志
|
* 查看任务执行结果日志
|
||||||
* 任务执行结果通知, 支持邮件、Slack、Webhook
|
* 任务执行结果通知, 支持邮件、Slack
|
||||||
|
|
||||||
### 截图
|
### v1.5(未发布)截图
|
||||||
![流程图](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/scheduler.png)
|
![流程图](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/scheduler.png)
|
||||||
![任务](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/task.png)
|
![任务](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/task.png)
|
||||||
![Slack](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/notification.png)
|
![Slack](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/notification.png)
|
||||||
|
|
Loading…
Reference in New Issue