8000 Tags · huage1994/gocron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: huage1994/gocron

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.5.0

Toggle v0.5.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
refact: schedules jobs with time.AfterFunc() (go-co-op#99)

refact: schedules jobs with time.AfterFunc()

Co-authored-by: John Roesler <johnrroesler@gmail.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-co-op#89 from arjunmahishi/bugfix/delete-job-in…

…-case-of-error

Fix: Handle job creation errors better

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add mutex to job (go-co-op#74)

* add mutex to job

* go vet

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-co-op#67 from arjunmahishi/feature/control-run-…

…count

Add a new Job method called 'LimitRunsTo'

v0.3.1

Toggle v0.3.1's commit message
rewriting schedule logic

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-co-op#48 from arjunmahishi/cleanup/parse-time-w…

…ith-layout

Parse the At() time with time.Parse()

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-co-op#46 from ridwanakf/bugfix/removeByCondition

Fix removeByCondition get "slice bounds out of range"

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-co-op#39 from go-co-op/bugfix/38

fixes 38

v0.2

Toggle v0.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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>
0