https://github.com/midoks/webcron
Centralized timed task manager
https://github.com/midoks/webcron
cron go web
Last synced: 2 months ago
JSON representation
Centralized timed task manager
- Host: GitHub
- URL: https://github.com/midoks/webcron
- Owner: midoks
- License: mit
- Created: 2017-12-22T05:23:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T14:41:50.000Z (about 4 years ago)
- Last Synced: 2025-05-15T16:13:40.600Z (about 1 year ago)
- Topics: cron, go, web
- Language: JavaScript
- Homepage:
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webcron
```
以多项目,跨服务器,多用户,多任务的计划任务管理
```
# 编译依赖
- [ssh](https://www.jianshu.com/p/463b7a097dc9)
```
go get github.com/astaxie/beego
go get github.com/midoks/cron
go get github.com/axgle/mahonia
```
#未完成api
#参考
- https://github.com/lisijie/webcron