Registry / utility / mattheath-kala

mattheath-kala

JSON →
library0.0.0-20171219141654-d6276794bf0egogounverified

A modern job scheduler for Go, inspired by Chronos and designed for simplicity.

go get github.com/mattheath/kala
INSTALL
IMPORT
SIG · MATTHEATH-KALA
M
mattheath-kala
utilitygov0.0.0-20171219141654-d6276794bf0e
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.

kala
github.com/mattheath/kala

Create a scheduler and schedule a job.

package main import ( "fmt" "github.com/mattheath/kala" ) func main() { scheduler := kala.NewScheduler() job := kala.Job{Name: "test", Command: "echo hello"} scheduler.Schedule(job) fmt.Println("Job scheduled") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171219141654-d6276794bf0elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mattheath-kala — go get mattheath-kala · libregistry