Tags: huage1994/gocron
Tags
fix bug with StartAt() in v0.5.0 (go-co-op#103) * fix bug with StartAt() in v0.5.0 * gofmt * add startAtTime on job struct
refact: schedules jobs with time.AfterFunc() (go-co-op#99) refact: schedules jobs with time.AfterFunc() Co-authored-by: John Roesler <johnrroesler@gmail.com>
Merge pull request go-co-op#89 from arjunmahishi/bugfix/delete-job-in… …-case-of-error Fix: Handle job creation errors better
Merge pull request go-co-op#67 from arjunmahishi/feature/control-run-… …count Add a new Job method called 'LimitRunsTo'
Merge pull request go-co-op#48 from arjunmahishi/cleanup/parse-time-w… …ith-layout Parse the At() time with time.Parse()
Merge pull request go-co-op#46 from ridwanakf/bugfix/removeByCondition Fix removeByCondition get "slice bounds out of range"
Merge pull request go-co-op#39 from go-co-op/bugfix/38 fixes 38
Add Feature Delete Job By Tag (go-co-op#33) * Update README.md * Add Feature Delete Job By Tag Update Readme How to Use Add Tag and Remove Job By Tag Add Test Create and Delete Job By Tag * Add Feature Delete Job By Tag Update Readme How to Use Add Tag and Remove Job By Tag Add Test Create and Delete Job By Tag * Add Exported Error Message Change logic when deleting jobs with tag function * Update Logic RemoveTag Return Rerr Update logic to golang best practice error checking Co-authored-by: John Roesler <johnrroesler@gmail.com> Co-authored-by: Streppel <streppels@gmail.com>
PreviousNext