Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gocron

Manage the gocron project
Collective - Host: opensource - https://opencollective.com/gocron - Code: https://github.com/go-co-op/gocron

v1 time mocking

github.com/go-co-op/gocron - JohnRoesler opened this issue about 1 year ago
V2 wip monthly

github.com/go-co-op/gocron - JohnRoesler opened this pull request about 1 year ago
[FEATURE] - From Datetime string

github.com/go-co-op/gocron - MrWildanMD opened this issue about 1 year ago
main branch renamed to v1 (#593)

github.com/go-co-op/gocron - JohnRoesler opened this pull request about 1 year ago
main branch renamed to v1

github.com/go-co-op/gocron - JohnRoesler opened this pull request about 1 year ago
fix: set multi-weekdays bug about issue-590

github.com/go-co-op/gocron - XiXiangFiles opened this pull request about 1 year ago
fix concurrent access to jobs map

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
add GetName() to Job to expose job name

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[FEATURE REQUEST] Add GetName function to Job

github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
[BUG] - update job(with gocron.Job param) fail

github.com/go-co-op/gocron - tricknife opened this issue over 1 year ago
[BUG] - every monday doesn't work

github.com/go-co-op/gocron - forstef opened this issue over 1 year ago
gocron v2!

github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
fix removing a job not stopping with limit mode

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
reschedule limit mode was broken - fixing the inc/dec

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
docs: fix WaitMode and Milliseconds documentation

github.com/go-co-op/gocron - husam-e opened this pull request over 1 year ago
fix RemoveByID and SingletonMode

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - Race condition

github.com/go-co-op/gocron - knightpp opened this issue over 1 year ago
Fix some data races

github.com/go-co-op/gocron - knightpp opened this pull request over 1 year ago
docs: add WithDistributedElector usage

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
remove beta note from WithDistributedLocker

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
feat: add election leader

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
Bump actions/checkout from 3 to 4

github.com/go-co-op/gocron - dependabot[bot] opened this pull request over 1 year ago
fix: block unlock with limit concurrency

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
fix: data race for get jobs map

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
fix: modify the boundary of max_concurrent_jobs

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
docs: add stop and stopBlockingChan function

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
more than 1 day before last day of month gets stuck in a loop

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
add additional documentation for wait for schedule

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - Please add descriptive title

github.com/go-co-op/gocron - idomic opened this issue over 1 year ago
Bump github.com/google/uuid from 1.3.0 to 1.3.1

github.com/go-co-op/gocron - dependabot[bot] opened this pull request over 1 year ago
Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request over 1 year ago
put Jobs() back to returning slice and add JobsMap()

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
add job uuids and change scheduler job slice to map

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix data race when job stopped due to LimitRunsTo

github.com/go-co-op/gocron - ryanrazsa opened this pull request over 1 year ago
Fixed panic handler not handling `SingletonMode` jobs

github.com/go-co-op/gocron - david-littlefarmer opened this pull request over 1 year ago
[BUG] - Non working panic recoverer

github.com/go-co-op/gocron - david-littlefarmer opened this issue over 1 year ago
fix update when used with DoWithJobDetails

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
feat: handle pointer to func

github.com/go-co-op/gocron - ErfanMomeniii opened this pull request over 1 year ago
[FEATURE] - Give jobs a unique ID

github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
[BUG] - Schedule Issue for first days of the month

github.com/go-co-op/gocron - theriverman opened this issue over 1 year ago
fix job with details run times with singleton mode

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[FEATURE] - at the beginning of interval

github.com/go-co-op/gocron - baronets-turk opened this issue over 1 year ago
add pause job execution on the scheduler

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
add new RegisterEventListeners using new EventListener type

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[FEATURE] - Supporting pause of execution

github.com/go-co-op/gocron - mcbenjemaa opened this issue over 1 year ago
Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request over 1 year ago
Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request over 1 year ago
fix race occurrence with single queue in executor

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
Race Condition in job scheduler

github.com/go-co-op/gocron - jeremyje opened this issue over 1 year ago
upgrade to golangci lint 1.53.1

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
clarify in docs that Every starts immediately

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
Bump go.uber.org/atomic from 1.9.0 to 1.11.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request over 1 year ago
docs: code comment for Name()

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
Harden the scheduler test case

github.com/go-co-op/gocron - git-hulk opened this pull request over 1 year ago
fix: add timer stop to avoid leak

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
remove redis lock as it has its own repo now

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
move support back for go 1.16

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix the flakey at time tests

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago