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

Tags: asad-awadia/gocron

Tags

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle creating a job after an update and delete (go-co-op#194)

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wait for interval respected by cron func (go-co-op#192)

* wait for interval respected by cron func

* lint

v1.6.0

Toggle v1.6.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.
Remove recursive read locks (go-co-op#177)

* removing unnecessary read locks, which are blocking the whole engine

* Restoring the TaskPresent read lock

* Removing recursive readlock in TaskFind function

* Created a new function _jobPresent, and calling jobPresent

Using this approach, we are avoiding the recursive read locks

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

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add WaitForSchedule(s) funcs (go-co-op#162)

* add WaitForSchedule(s) funcs

* simplify

Co-authored-by: Arjun Mahishi <arjun.mahishi@gmail.com>

* WaitForSchedules -> WaitForScheduleAll

* fix example

Co-authored-by: Arjun Mahishi <arjun.mahishi@gmail.com>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle occasional occurence of double run on daily job (go-co-op#159)

* handle occasional occurence of double run on daily job

* use job.LastRun() instead of lastRun

* reorder code

* Update scheduler.go

Co-authored-by: streppel <streppels@gmail.com>

Co-authored-by: streppel <streppels@gmail.com>

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix lastRun not being set properly in schedule next run (go-co-op#154)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete branchcleanup.yml

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add 2 new functions to Scheduler (go-co-op#149)

* `RunByTag` - Run all jobs that have a specific tag
* `RunByTagWithDelay` - Run all jobs that have a specific tag with a
delay in between executions

Fix: `RemoveByTag` function should remove all jobs with the given tag. Not
just the first job encountered

v1.1.0

Toggle v1.1.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.
go-co-op#142 validation of params is added (go-co-op#144)

* go-co-op#142 validation of params is added

* go-co-op#142 test refactoring

* wrap or return the error

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

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .gitignore

0