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

enhance the locker documentation

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix: make panic on startblocking with no jobs more clear

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix: clear the limitModeQueue chan on stop

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix: executor run block when executor.stop()

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
Fix data race in executor with enabling the limit mode

github.com/go-co-op/gocron - git-hulk opened this pull request over 1 year ago
fix: deadlock for blocking channel

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
fix: atomic.Bool for scheduler.running

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
docs: add CronWithSeconds example in readme.md

github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
Feature/move lockers to sub module

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
Too many new dependencies for last v1.24.0

github.com/go-co-op/gocron - stokito opened this issue over 1 year ago
add locker for distributed scheduling

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
Tag/Release `v1.20.1` has been removed

github.com/go-co-op/gocron - zacharyarnaise opened this issue over 1 year ago
update golangci-lint rules

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix(job): provide access to job context

github.com/go-co-op/gocron - cristiprg opened this pull request over 1 year ago
fix(go.mod): upgrade go version to 1.20

github.com/go-co-op/gocron - cristiprg opened this pull request over 1 year ago
fix singleton and limit modes

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
refactor the max concurrent jobs executor func

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
Add star history to readme

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

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
Fix build badge in readme

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix random interval where lastRun ends up in the past

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix issue where At() without StartAt() never ran

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix couple of tests that are flakey due to timing

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
handle case where last run would be in the future on a job update

github.com/go-co-op/gocron - JohnRoesler opened this pull request almost 2 years ago
add func for getting all tags

github.com/go-co-op/gocron - jzbyers opened this pull request almost 2 years ago
[BUG] - RunCount not accurate when singleton mode

github.com/go-co-op/gocron - forstef opened this issue almost 2 years ago
[BUG] - Job not getting scheduled

github.com/go-co-op/gocron - rohitshekhar29 opened this issue almost 2 years ago
[BUG] - Job not getting scheduled

github.com/go-co-op/gocron - rohitshekhar29 opened this issue almost 2 years ago
[BUG] - System Time Change Effects Scheduled Jobs

github.com/go-co-op/gocron - dthomas-sensonix opened this issue almost 2 years ago
[BUG] - Blocking on semaphore

github.com/go-co-op/gocron - birkoffe opened this issue almost 2 years ago
Bump actions/setup-go from 3 to 4

github.com/go-co-op/gocron - dependabot[bot] opened this pull request almost 2 years ago
Fix/425

github.com/go-co-op/gocron - Shehats opened this pull request almost 2 years ago
[BUG] - EveryRandom hangs

github.com/go-co-op/gocron - ronny164 opened this issue almost 2 years ago
job: Pad `ScheduledAtTime(s)` with leading zeroes

github.com/go-co-op/gocron - gechr opened this pull request almost 2 years ago
[FEATURE] - Upgrade to Go version 1.20.1

github.com/go-co-op/gocron - donhuvy opened this issue almost 2 years ago
Bump golang.org/x/sync from 0.0.0-20210220032951-036812b2e83c to 0.1.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request almost 2 years ago
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2

github.com/go-co-op/gocron - dependabot[bot] opened this pull request almost 2 years ago
Fix panic in getCurrentJob()

github.com/go-co-op/gocron - patrikhermansson opened this pull request almost 2 years ago
[BUG] - job.LastRun() is in the future

github.com/go-co-op/gocron - fgm opened this issue almost 2 years ago
Bump go.uber.org/goleak from 1.2.0 to 1.2.1

github.com/go-co-op/gocron - dependabot[bot] opened this pull request almost 2 years ago
[BUG] - Random task interval is unstable

github.com/go-co-op/gocron - gm-cn opened this issue almost 2 years ago
Fix flaky testAt

github.com/go-co-op/gocron - kennykarnama opened this pull request almost 2 years ago
Add telemetry

github.com/go-co-op/gocron - arjunmahishi opened this pull request almost 2 years ago
[BUG] - Flaky TestAt

github.com/go-co-op/gocron - zhsj opened this issue almost 2 years ago
[BUG] - How to use Month (29), Month (30)

github.com/go-co-op/gocron - yqchilde opened this issue about 2 years ago
`.At()` without `.StartAt()` never fires

github.com/go-co-op/gocron - ted537 opened this issue about 2 years ago
[BUG] - Time drift between job executions

github.com/go-co-op/gocron - ltagliamonte-dd opened this issue about 2 years ago
[FEATURE] - supports job retry when job failed

github.com/go-co-op/gocron - Shawn-Huang-Tron opened this issue over 2 years ago
resolve issue where scheduling caused divide by zero error

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 2 years ago
[BUG] - Weeks does not maintain hour offsets

github.com/go-co-op/gocron - foxwhite25 opened this issue over 2 years ago
[FEATURE] - Add Metrics For Jobs

github.com/go-co-op/gocron - vaxilicaihouxian opened this issue almost 3 years ago
Make FindJobsByTag exported

github.com/go-co-op/gocron - calvinmclean opened this pull request about 3 years ago
Add macOS and windows os to tests

github.com/go-co-op/gocron - JohnRoesler opened this pull request over 3 years ago
[BUG] - Cron job gets ran on startup

github.com/go-co-op/gocron - andschneider opened this issue over 3 years ago
[BUG] - schedule job at specific time

github.com/go-co-op/gocron - PolyglotOpenstreetmap opened this issue about 4 years ago
[FEATURE] - Time format allow wildcards

github.com/go-co-op/gocron - GeitV opened this issue about 4 years ago
[BUG] - Runs task twice

github.com/go-co-op/gocron - pandurang90 opened this issue over 4 years ago
Feature request: Store job/schedule data

github.com/go-co-op/gocron - cybervagabond opened this issue almost 5 years ago