gronit:用Go语言编写的Cron监视

时间:2024-03-02 02:39:29
【文件属性】:

文件名称:gronit:用Go语言编写的Cron监视

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-02 02:39:29

ops Go

格罗尼特 用Go语言编写的Cron监视器。 特征: 远程更新和检查作业状态 查看工作统计 裸骨替代Cronitor等服务 安装: $ go get github.com/zricethezav/gronit 用法: $ ./gronit 这将在默认端口3231上启动服务器。 使用-p或--port选项更改端口。 生成一个作业跟踪器(运行gronit服务器): $ curl 127.0.0.1:3231/create {"id":"f7a324"} /create生成作业跟踪令牌。 现在我们可以用gronit包裹任何命令。 # sample crontab */2 * * * * curl -s 127.0.0.1:3231/run/f7a324 && sleep `echo $((1 + RANDOM \% 5))` && curl -s 127.0.0.1:3231/comp


【文件预览】:
gronit-master
----utils.go(4KB)
----server.go(4KB)
----.github()
--------workflows()
----main.go(285B)
----README.md(1KB)
----.gitleaks.toml(3KB)
----options.go(1KB)

网友评论