Commit History

Author SHA1 Message Date
  Rob Figueiredo 1973b3eee3 cron/chain: add Chain & JobWrapper types to decorate job executions 6 years ago
  Rob Figueiredo a851620020 cron.WithSeconds: add special constructor for the cron spec variety with seconds 6 years ago
  Rob Figueiredo 6c8dc29992 README: add more v3 details 6 years ago
  Rob Figueiredo 4813ba2496 Recommend CRON_TZ=(Location) to specify the time zone of a schedule. 6 years ago
  Rob Figueiredo 1f8ec97c87 Functional options, Optional seconds, Overridable parser 6 years ago
  Rob Figueiredo 1e507e218b v3: Merge 'master' and 'v2' to create a v3 branch, and add a go.mod file 7 years ago
  Yann Vaillant 57fe5f5b10 Add a link to the documentation in the README 8 years ago
  Ricardo Longa eb1cd6d3ab On the next line. 10 years ago
  Ricardo Longa c4057a474b Added build status image. 10 years ago
  Rob Figueiredo 34e2323819 Move docs into godoc 12 years ago
  Rob Figueiredo 0b0ad4621c Update README.md 13 years ago
  Rob Figueiredo c4429b3357 Make the Cron Schedule an interface and add a generic Schedule routine. Add a constant delay schedule with an interface of either Every(time.Minute) or a spec of "@every 5m" 13 years ago
  Rob Figueiredo 7dacdfbb31 Update readme, add a note about thread safety, add a link to gopkgdoc 13 years ago
  Rob Figueiredo 0de5d2922f Update the readme for recent changes 13 years ago
  Steve Phillips f18f4469ea Missing double-quote :-) 13 years ago
  Rob Figueiredo c2521cab59 Break Start() into Start() (runs in separate go routine) and Run() (previous behavior) 13 years ago
  Rob Figueiredo 79c6cbe5a7 Add some tests for the job running. 13 years ago
  Rob Figueiredo 04ae887f17 Write helpful readme 13 years ago
  Rob Figueiredo 4152b5bf2f Cron Entry creation + tests 13 years ago
  Rob Figueiredo e0aa2acff9 Initial commit 13 years ago