Registry / utility / jakecoffman-cron

jakecoffman-cron

JSON →
library0.0.0-20190106200828-7e2009c226a5gogounverified

This library implements a cron spec parser and runner.

go get github.com/jakecoffman/cron
INSTALL
IMPORT
SIG · JAKECOFFMAN-CRON
J
jakecoffman-cron
utilitygov0.0.0-20190106200828-7e2009c226a5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cron
github.com/jakecoffman/cron

Run a cron job every second

package main import ( "fmt" "github.com/jakecoffman/cron" ) func main() { c := cron.New() c.AddFunc("@every 1s", func() { fmt.Println("tick") }) c.Start() select {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190106200828-7e2009c226a5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jakecoffman-cron — go get jakecoffman-cron · libregistry