https://github.com/altipla-consulting/cron
Cron runner.
https://github.com/altipla-consulting/cron
Last synced: 2 months ago
JSON representation
Cron runner.
- Host: GitHub
- URL: https://github.com/altipla-consulting/cron
- Owner: altipla-consulting
- License: mit
- Created: 2018-03-01T18:23:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T10:36:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T20:26:29.235Z (4 months ago)
- Language: Go
- Homepage: https://github.com/altipla-consulting/cron
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cron
[](https://godoc.org/github.com/altipla-consulting/cron)
[](https://travis-ci.org/altipla-consulting/cron)Cron runner.
### Install
```shell
go get github.com/altipla-consulting/cron
```This library has the following dependencies:
* [github.com/altipla-consulting/sentry](github.com/altipla-consulting/sentry)
* [github.com/gorhill/cronexpr](github.com/gorhill/cronexpr)
* [github.com/juju/errors](github.com/juju/errors)
* [github.com/julienschmidt/httprouter](github.com/julienschmidt/httprouter)
* [github.com/sirupsen/logrus](github.com/sirupsen/logrus)
* [golang.org/x/net/context](golang.org/x/net/context)### Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `gofmt`.
### Running tests
Run the tests
```shell
make test
```### License
[MIT License](LICENSE)