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

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

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 - Documentation - Download - JSON
purl: pkg:golang/github.com/bitfield/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...
    Dependencies