go-crond
go-crond copied to clipboard
:alarm_clock: Cron daemon written in golang (for eg. usage in docker images)
We use `go-crond` for [GitLab](https://gitlab.com/gitlab-org/gitlab). One of the challenges we've run into is that it is very silent by default, and the verbose mode is potentially overly verbose. It would...
Not sure why, but only one architecture is available under the `latest` tag
Could you add a checksum file to ensure that the artifacts to be downloaded could be verified?
I am using go-crond in a multi arch environment and fight with the non common binary architecture names like: - go-crond-64-linux - go-crond-64-osx Please change it to something like: -...
I'm not sure which default target you prefer - if it's not alpine let me know and I can change it.
A [check](https://github.com/webdevops/go-crond/blob/20.7.0/main.go#L113) unfortunately only works with directories leading to a rather irritating error message: ``` $ strace -f -e file /opt/go-crond-64-linux --allow-unprivileged --auto INFO[0000] starting go-crond version 20.7.0 (09eeb85; go1.14.4)...
Hi markus, is it possible to add an option to dump the current configuration that is load. Like `nginx -T`
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.19.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.0 What's Changed The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...