An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/bitfield/cronrun

Package cronrun is a Go library for processing crontab files, and also a command-line tool for running scheduled jobs specified by a file in crontab format. Run the following command: To run `cronrun`, run the following command: `cronrun` is designed to be called from cron every minute. If you need to run cron jobs, but don't have access to the system crontabs, or you'd prefer to manage cron jobs in a file in a Git repo, for example, then `cronrun` is for you. `cronrun` understands any valid `crontab`-format file. Example file format: Running `cronrun` on the example file will run `/usr/local/bin/backup` if the current minute is divisible by 5, and will run `/usr/bin/security_upgrades` if the time is `01:00`. Run `cronrun` from your system crontab, as you would any normal cron job. Example cron job to run `cronrun` on a given file:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/bitfield/cronrun
License: MIT
Latest release: over 6 years ago
First release: almost 7 years ago
Namespace: github.com/bitfield
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/bitfield
Last synced: 24 days ago