A Golang job scheduling library that lets you run Go functions at pre-determined intervals using cron expressions, fixed durations, daily, weekly, monthly, or one-time schedules with support for distributed deployments.
{
"name": "tessl/golang-github-com-go-co-op-gocron-v2",
"version": "2.19.1",
"docs": "docs/index.md",
"describes": "pkg:golang/github.com/go-co-op/gocron/v2@v2.19.1",
"summary": "A Golang job scheduling library that lets you run Go functions at pre-determined intervals using cron expressions, fixed durations, daily, weekly, monthly, or one-time schedules with support for distributed deployments.",
"private": false
}Install with Tessl CLI
npx tessl i tessl/golang-github-com-go-co-op-gocron-v2docs
api
examples
guides