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
[BUG] - Time reported by `NextRun` when running `WithSingletonMode` and `WithStartDateTime` incorrect
aneesh1 opened this issue 10 months ago
aneesh1 opened this issue 10 months ago
fix case where OneTimeJob with concurrent limit and limited runs fails to run
JohnRoesler opened this pull request 10 months ago
JohnRoesler opened this pull request 10 months ago
[FEATURE] Recovery and Restart for Singleton Jobs
hasanparasteh opened this issue 10 months ago
hasanparasteh opened this issue 10 months ago
feat: 🎸 duration job time interval zero
moyu-x opened this pull request 10 months ago
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
JohnRoesler opened this pull request 10 months ago
Allow more time for requestJobCtx
drewgonzales360 opened this pull request 10 months ago
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
JohnRoesler opened this pull request 10 months ago
Is there a way to run scheduler forever?
yashh opened this issue 10 months ago
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
mhyllander opened this issue 10 months ago
[BUG] - RemoveJob almost always returns an error: gocron: job not found
rigens opened this issue 11 months ago
rigens opened this issue 11 months ago
[BUG] - The current latest v2.2.6 release displays incorrect timestamps for LastRun and NextRun WithSingletonMode(gocron.LimitModeReschedule)
vish-c opened this issue 11 months ago
vish-c opened this issue 11 months ago
[BUG] A job stops running with out any error
vish-c opened this issue 11 months ago
vish-c opened this issue 11 months ago
without a mutex protecting the map, there can an odd race condition where the job returns not found
JohnRoesler opened this pull request 11 months ago
JohnRoesler opened this pull request 11 months ago
[BUG] - Scheduler started with WithLimitConcurrentJobs with WithLimitWait does not run a OneOffJob since 2.2.5
daviesluke opened this issue 11 months ago
daviesluke opened this issue 11 months ago
[BUG] - job.NextRub and job.LastRun not immediately available inside the job when the job begins
daviesluke opened this issue 11 months ago
daviesluke 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
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
JohnRoesler opened this pull request 11 months ago
How to schedule job to run on every 2nd thursday of month at 10:10 AM using gocron v1 or v2
maddalieswar opened this issue 11 months ago
maddalieswar opened this issue 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
JohnRoesler opened this pull request 11 months ago
[BUG] - `job.LastRun()` is not updated after calling `job.RunNow()`
JakobDev opened this issue 11 months ago
JakobDev opened this issue 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
dependabot[bot] opened this pull request 11 months ago
[BUG] - Singleton jobs can fail to get rescheduled in LimitModeReschedule on any overrun due to a channel error.
kj87au opened this issue 11 months ago
kj87au opened this issue 11 months ago
Security policy does not mention 2.x.x
inputvalidation opened this issue 11 months ago
inputvalidation opened this issue 11 months ago
[BUG] Please help with Elector example
valri11 opened this issue 11 months ago
valri11 opened this issue 11 months ago
[FEATURE] - whether to consider adding recovery to the task
iwanlebron opened this issue 11 months ago
iwanlebron opened this issue 11 months ago
[BUG] - cron expression failed to be parsed - unknown unit "d"
milahu opened this issue 11 months ago
milahu opened this issue 11 months ago
Awesome
BagasA11 opened this issue 11 months ago
BagasA11 opened this issue 11 months ago
[BUG] - Cannot create job with task with variadic args
bbompk opened this issue 11 months ago
bbompk opened this issue 11 months ago
WithSingletonMode(gocron.LimitModeWait) not queuing
Shuri2060 opened this issue 11 months ago
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
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
kuchaguangjie opened this issue 12 months ago
[BUG] - Lazy evaluation for schedule values
KaibutsuX opened this issue 12 months ago
KaibutsuX opened this issue 12 months ago
remove codecov
JohnRoesler opened this pull request 12 months ago
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
dependabot[bot] opened this pull request 12 months ago
correct AfterJobRuns doc
JohnRoesler opened this pull request 12 months ago
JohnRoesler opened this pull request 12 months ago
[BUG] - Contradiction in docs and implementation: `gocron.AfterJobRuns` only executed on success
mgoetzegb opened this issue 12 months ago
mgoetzegb opened this issue 12 months ago
fix RunNow() when calling from a job returned by Jobs()
JohnRoesler opened this pull request 12 months ago
JohnRoesler opened this pull request 12 months ago
BUG: gocron: Job: RunNow: scheduler unreachable
JohnRoesler opened this issue 12 months ago
JohnRoesler opened this issue 12 months ago
fix unsafe map usage in singletonMode
JohnRoesler opened this pull request 12 months ago
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
dependabot[bot] opened this pull request 12 months ago
fix singletonMode unsafe map
a3sroot opened this pull request about 1 year ago
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
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
a3sroot opened this issue about 1 year ago
[BUG] - monthlyJob daysOfTheMonth only -1
elemhan opened this issue about 1 year ago
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
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
JohnRoesler opened this pull request about 1 year ago
Job metrics
gorodet-sky opened this pull request about 1 year ago
gorodet-sky opened this pull request about 1 year ago
[BUG] - gocron: job not found
mihailstefanov opened this issue about 1 year ago
mihailstefanov opened this issue about 1 year ago
Add metrics
gorodet-sky opened this pull request about 1 year ago
gorodet-sky opened this pull request about 1 year ago
[FEATURE] Allow setting a stopTime on jobs to run the job until that date/time is reached
15930245014 opened this issue about 1 year ago
15930245014 opened this issue about 1 year ago
make the order of the returned jobs slice deterministic
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
[BUG] - some UUIDs in Scheduler are identical
Inasayang opened this issue about 1 year ago
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
JohnRoesler opened this pull request about 1 year ago
refactor: fix indent
leedrum opened this pull request about 1 year ago
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
XiXiangFiles opened this pull request about 1 year ago
[BUG] - V2 scheduler stop immediatly
benoitdm-oslandia opened this issue about 1 year ago
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
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
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
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
JohnRoesler opened this pull request about 1 year ago
[BUG] - `WeeklyJob` is work abnormal
XiXiangFiles opened this issue about 1 year ago
XiXiangFiles opened this issue about 1 year ago
[BUG] - Cron tasks start unexpected behavior
Kachit opened this issue about 1 year ago
Kachit opened this issue about 1 year ago
[FEATURE] - allow to run a job manually
firefart opened this issue about 1 year ago
firefart opened this issue about 1 year ago
fix: check function param length and type
JohnRoesler opened this pull request about 1 year ago
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
tahamr83 opened this issue about 1 year ago
[BUG] - Pointer to the a scheduler instance
alex-savin opened this issue about 1 year ago
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
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
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
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
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
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
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
JohnRoesler opened this pull request about 1 year ago
month first weekday bug
davemilller opened this pull request about 1 year ago
davemilller opened this pull request about 1 year ago
[BUG] - MonthFirstWeekday calculated incorrectly if month is December.
muranant opened this issue about 1 year ago
muranant opened this issue about 1 year ago
[BUG] When date changes to before, conJob not work
zishen opened this issue about 1 year ago
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
JohnRoesler opened this pull request about 1 year ago
[ENHANCEMENT] - SetMaxConcurrentJobs to work with singleton jobs
hspark0582 opened this issue about 1 year ago
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
JohnRoesler opened this pull request about 1 year ago
Update README.md
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
add job name to event listners
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
Revert "add code cov"
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
Update README.md
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
codecov with instead of env
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
Update README.md
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
add code cov
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
[BUG] - CronWithSeconds - Planning N distinct jobs at the same second from a loop ends up always running N times the same job
ekkinox opened this issue about 1 year ago
ekkinox opened this issue about 1 year ago
add distributed locker for v2
JohnRoesler opened this pull request about 1 year ago
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
AlphaNecron opened this pull request about 1 year ago
[FEATURE] - Support for Long-Running, One-Time Jobs with Start/Stop Controls
Demy076 opened this issue about 1 year ago
Demy076 opened this issue about 1 year ago
Add codecov
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
update docs and add mocks pkg
JohnRoesler opened this pull request about 1 year ago
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
JohnRoesler opened this pull request about 1 year ago
support go 1.20+
JohnRoesler opened this pull request about 1 year ago
JohnRoesler opened this pull request about 1 year ago
add job storage
pkoukk opened this pull request about 1 year ago
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
chicknsoup opened this pull request about 1 year ago
elector test & makefile test coverage
JohnRoesler opened this pull request about 1 year ago
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
dependabot[bot] opened this pull request about 1 year ago
fix(scheduler): ensure negative intervals given to `Every` return an immediate error #600
husam-e opened this pull request about 1 year ago
husam-e opened this pull request about 1 year ago
Avoid allocations with `(*regexp.Regexp).MatchString`
Juneezee opened this pull request about 1 year ago
Juneezee opened this pull request about 1 year ago