Ecosyste.ms: OpenCollective

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

github.com/go-co-op/gocron

Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
https://github.com/go-co-op/gocron

fix case where OneTimeJob with concurrent limit and limited runs fails to run

JohnRoesler opened this pull request 10 months ago
[FEATURE] Recovery and Restart for Singleton Jobs

hasanparasteh opened this issue 10 months ago
feat: 🎸 duration job time interval zero

moyu-x opened this pull request 10 months ago
add another out channel so we can properly report lastRun

JohnRoesler opened this pull request 10 months ago
Allow more time for requestJobCtx

drewgonzales360 opened this pull request 10 months ago
fix case where job removed causes panic when rescheduling

JohnRoesler opened this pull request 10 months ago
Is there a way to run scheduler forever?

yashh opened this issue 10 months ago
[BUG] - Panic when scheduler is about to reschedule a daily job

mhyllander opened this issue 10 months ago
[BUG] A job stops running with out any error

vish-c opened this issue 11 months ago
Date Range not working using cron expression in gocron v1 v1.37.0

maddalieswar opened this issue 11 months ago
elector & locker were failing to send out when not leader

JohnRoesler opened this pull request 11 months ago
fix cases where default on send out is resulting in job not going out

JohnRoesler opened this pull request 11 months ago
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

dependabot[bot] opened this pull request 11 months ago
Security policy does not mention 2.x.x

inputvalidation opened this issue 11 months ago
[BUG] Please help with Elector example

valri11 opened this issue 11 months ago
[FEATURE] - whether to consider adding recovery to the task

iwanlebron opened this issue 11 months ago
Awesome

BagasA11 opened this issue 11 months ago
[BUG] - Cannot create job with task with variadic args

bbompk opened this issue 11 months ago
WithSingletonMode(gocron.LimitModeWait) not queuing

Shuri2060 opened this issue 11 months ago
Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0

dependabot[bot] opened this pull request 12 months ago
[FEATURE] - run next job with delay after previous job finish

kuchaguangjie opened this issue 12 months ago
[BUG] - Lazy evaluation for schedule values

KaibutsuX opened this issue 12 months ago
remove codecov

JohnRoesler opened this pull request 12 months ago
Bump codecov/codecov-action from 3 to 4

dependabot[bot] opened this pull request 12 months ago
correct AfterJobRuns doc

JohnRoesler opened this pull request 12 months ago
fix RunNow() when calling from a job returned by Jobs()

JohnRoesler opened this pull request 12 months ago
BUG: gocron: Job: RunNow: scheduler unreachable

JohnRoesler opened this issue 12 months ago
fix unsafe map usage in singletonMode

JohnRoesler opened this pull request 12 months ago
Bump github.com/google/uuid from 1.5.0 to 1.6.0

dependabot[bot] opened this pull request 12 months ago
fix singletonMode unsafe map

a3sroot opened this pull request about 1 year ago
fix monthly jobs when counting days from the end

JohnRoesler opened this pull request about 1 year ago
[BUG] - An unsafe map call exists for singletonMode.

a3sroot opened this issue about 1 year ago
[BUG] - monthlyJob daysOfTheMonth only -1

elemhan opened this issue about 1 year ago
Add job monitor interface to allow for collecting job metrics

JohnRoesler opened this pull request about 1 year ago
wait for new job to be fully created before returning

JohnRoesler opened this pull request about 1 year ago
Job metrics

gorodet-sky opened this pull request about 1 year ago
[BUG] - gocron: job not found

mihailstefanov opened this issue about 1 year ago
Add metrics

gorodet-sky opened this pull request about 1 year ago
make the order of the returned jobs slice deterministic

JohnRoesler opened this pull request about 1 year ago
[BUG] - some UUIDs in Scheduler are identical

Inasayang opened this issue about 1 year ago
fix to handle when next ends up in the past

JohnRoesler opened this pull request about 1 year ago
refactor: fix indent

leedrum opened this pull request about 1 year ago
refactor: the scheduler preparing the job to exec

XiXiangFiles opened this pull request about 1 year ago
[BUG] - V2 scheduler stop immediatly

benoitdm-oslandia opened this issue about 1 year ago
add new features, OneTimeJob and Job.RunNow()

JohnRoesler opened this pull request about 1 year ago
Bump github.com/google/uuid from 1.4.0 to 1.5.0

dependabot[bot] opened this pull request about 1 year ago
Bump github/codeql-action from 2 to 3

dependabot[bot] opened this pull request about 1 year ago
fix weekly and monthly to handle midnight

JohnRoesler opened this pull request about 1 year ago
[BUG] - `WeeklyJob` is work abnormal

XiXiangFiles opened this issue about 1 year ago
[BUG] - Cron tasks start unexpected behavior

Kachit opened this issue about 1 year ago
[FEATURE] - allow to run a job manually

firefart opened this issue about 1 year ago
fix: check function param length and type

JohnRoesler opened this pull request about 1 year ago
[BUG] - Job execution fails silently on argument mismatch

tahamr83 opened this issue about 1 year ago
[BUG] - Pointer to the a scheduler instance

alex-savin opened this issue about 1 year ago
daily job next logic failed to consider 1 midnight attime

JohnRoesler opened this pull request about 1 year ago
v2 daily job seems to execute in an infinite loop

USA-RedDragon opened this issue about 1 year ago
What is the equivalent of `job.FinishedRunCount()` in v2?

zx8 opened this issue about 1 year ago
Ability to register for events associated with jobs starting immediately

drwpls opened this pull request about 1 year ago
Bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request about 1 year ago
Bump actions/setup-go from 4 to 5

dependabot[bot] opened this pull request about 1 year ago
Update docs, tests, and release prep

JohnRoesler opened this pull request about 1 year ago
month first weekday bug

davemilller opened this pull request about 1 year ago
[BUG] When date changes to before, conJob not work

zishen opened this issue about 1 year ago
allow max concurrent runs and singleton mode together

JohnRoesler opened this pull request about 1 year ago
[ENHANCEMENT] - SetMaxConcurrentJobs to work with singleton jobs

hspark0582 opened this issue about 1 year ago
correct lock to use job.name instead of id

JohnRoesler opened this pull request about 1 year ago
Update README.md

JohnRoesler opened this pull request about 1 year ago
add job name to event listners

JohnRoesler opened this pull request about 1 year ago
Revert "add code cov"

JohnRoesler opened this pull request about 1 year ago
Update README.md

JohnRoesler opened this pull request about 1 year ago
codecov with instead of env

JohnRoesler opened this pull request about 1 year ago
Update README.md

JohnRoesler opened this pull request about 1 year ago
add code cov

JohnRoesler opened this pull request about 1 year ago
add distributed locker for v2

JohnRoesler opened this pull request about 1 year ago
force `executor` to use attached logger instead of "log" package

AlphaNecron opened this pull request about 1 year ago
Add codecov

JohnRoesler opened this pull request about 1 year ago
update docs and add mocks pkg

JohnRoesler opened this pull request about 1 year ago
test all remaining With*, and test logger

JohnRoesler opened this pull request about 1 year ago
support go 1.20+

JohnRoesler opened this pull request about 1 year ago
add job storage

pkoukk opened this pull request about 1 year ago
Exposing job's scheduled unit and interval

chicknsoup opened this pull request about 1 year ago
elector test & makefile test coverage

JohnRoesler opened this pull request about 1 year ago
Bump github.com/google/uuid from 1.3.1 to 1.4.0

dependabot[bot] opened this pull request about 1 year ago
Avoid allocations with `(*regexp.Regexp).MatchString`

Juneezee opened this pull request about 1 year ago