Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pibigstar/go-crontab
使用Go做一个分布式任务调度系统
https://github.com/pibigstar/go-crontab
cron etcd goframe mongodb
Last synced: 1 day ago
JSON representation
使用Go做一个分布式任务调度系统
- Host: GitHub
- URL: https://github.com/pibigstar/go-crontab
- Owner: pibigstar
- License: mit
- Created: 2019-12-07T08:05:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T02:33:22.000Z (almost 5 years ago)
- Last Synced: 2023-03-01T17:37:23.926Z (over 1 year ago)
- Topics: cron, etcd, goframe, mongodb
- Language: Go
- Size: 45.9 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 分布式任务调度
1. 多协程任务调度
2. 健康节点监控
3. 杀死任务
4. 自定义任务详情
5. 任务列表查看
6. 任务执行结果查看
7. 执行日志收集## 技术栈
- etcd
- goframe
- mongodb
- cronexpr