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

[FEATURE] - Any plan to support Year field in the cron expression

Tochemey opened this issue over 1 year ago
v1 time mocking

JohnRoesler opened this issue over 1 year ago
V2 wip monthly

JohnRoesler opened this pull request over 1 year ago
How to keep only one task running at the same time

unihon opened this issue over 1 year ago
[FEATURE] - From Datetime string

MrWildanMD opened this issue over 1 year ago
main branch renamed to v1 (#593)

JohnRoesler opened this pull request over 1 year ago
main branch renamed to v1

JohnRoesler opened this pull request over 1 year ago
fix: set multi-weekdays bug about issue-590

XiXiangFiles opened this pull request over 1 year ago
Revert "fix: scheduler error when using every() func not following se…

JohnRoesler opened this pull request over 1 year ago
fix concurrent access to jobs map

JohnRoesler opened this pull request over 1 year ago
fix: scheduler error when using every() func not following setting problem

XiXiangFiles opened this pull request over 1 year ago
[FEATURE] - Expose the go context or accept a custom go context

Tochemey opened this issue over 1 year ago
[BUG] - Concurrent map read and map write in Scheduler

mikayzo opened this issue over 1 year ago
[BUG] - Job queue not empty after all LimitRunsTo(1) jobs have finished

juhaszp-uhu opened this issue over 1 year ago
add GetName() to Job to expose job name

JohnRoesler opened this pull request over 1 year ago
[FEATURE REQUEST] Add GetName function to Job

JohnRoesler opened this issue over 1 year ago
[FEATURE/QUESTION] - Possibility to execute job on shutdown

0xERR0R opened this issue over 1 year ago
[FEATURE] - Is there a plan to support standard Crontab expressions

GuanchuShen opened this issue over 1 year ago
[BUG] - update job(with gocron.Job param) fail

tricknife opened this issue over 1 year ago
[BUG] - every monday doesn't work

forstef opened this issue over 1 year ago
gocron v2!

JohnRoesler opened this issue over 1 year ago
fix Scheduler.NextRun() not returning the correct value (#574)

bbaa-bbaa opened this pull request over 1 year ago
fix removing a job not stopping with limit mode

JohnRoesler opened this pull request over 1 year ago
reschedule limit mode was broken - fixing the inc/dec

JohnRoesler opened this pull request over 1 year ago
docs: fix WaitMode and Milliseconds documentation

husam-e opened this pull request over 1 year ago
fix RemoveByID and SingletonMode

JohnRoesler opened this pull request over 1 year ago
[BUG] - Race condition

knightpp opened this issue over 1 year ago
Fix some data races

knightpp opened this pull request over 1 year ago
[BUG] - Deadlock on SingletonModeAll + RemoveByID

mikayzo opened this issue over 1 year ago
[FEATURE] - Interval job to optionally include job duration

JohnRoesler opened this issue over 1 year ago
docs: add WithDistributedElector usage

rfyiamcool opened this pull request over 1 year ago
remove beta note from WithDistributedLocker

JohnRoesler opened this pull request over 1 year ago
feat: add election leader

rfyiamcool opened this pull request over 1 year ago
Bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request over 1 year ago
fix: block unlock with limit concurrency

rfyiamcool opened this pull request over 1 year ago
fix: data race for get jobs map

rfyiamcool opened this pull request over 1 year ago
fix: modify the boundary of max_concurrent_jobs

rfyiamcool opened this pull request over 1 year ago
docs: add stop and stopBlockingChan function

rfyiamcool opened this pull request over 1 year ago
more than 1 day before last day of month gets stuck in a loop

JohnRoesler opened this pull request over 1 year ago
every X days should run on the same day if the At() time has yet to come

JohnRoesler opened this pull request over 1 year ago
[BUG] - Every X days doesn't run At() time on the initial day

JohnRoesler opened this issue over 1 year ago
add additional documentation for wait for schedule

JohnRoesler opened this pull request over 1 year ago
don't accept a *Job in Job for Update if the ptr address doesn't match

JohnRoesler opened this pull request over 1 year ago
[BUG] - Please add descriptive title

idomic opened this issue over 1 year ago
Bump github.com/google/uuid from 1.3.0 to 1.3.1

dependabot[bot] opened this pull request over 1 year ago
Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0

dependabot[bot] opened this pull request over 1 year ago
put Jobs() back to returning slice and add JobsMap()

JohnRoesler opened this pull request over 1 year ago
support monthly schedules counting backwards from end of month

JohnRoesler opened this pull request over 1 year ago
add job uuids and change scheduler job slice to map

JohnRoesler opened this pull request over 1 year ago
fix data race when job stopped due to LimitRunsTo

ryanrazsa opened this pull request over 1 year ago
[BUG] - Distributed locker and singleton mode can't work together

workits opened this issue over 1 year ago
[QUESTION/FEATURE] - Combine Singleton and RescheduleMode

haroldbouley opened this issue over 1 year ago
Fixed panic handler not handling `SingletonMode` jobs

david-littlefarmer opened this pull request over 1 year ago
[BUG] - Non working panic recoverer

david-littlefarmer opened this issue over 1 year ago
fix update when used with DoWithJobDetails

JohnRoesler opened this pull request over 1 year ago
feat: handle pointer to func

ErfanMomeniii opened this pull request over 1 year ago
[FEATURE] - Give jobs a unique ID

JohnRoesler opened this issue over 1 year ago
[BUG] - Schedule Issue for first days of the month

theriverman opened this issue over 1 year ago
fix job with details run times with singleton mode

JohnRoesler opened this pull request over 1 year ago
[FEATURE] - at the beginning of interval

baronets-turk opened this issue over 1 year ago
add pause job execution on the scheduler

JohnRoesler opened this pull request over 1 year ago
add new RegisterEventListeners using new EventListener type

JohnRoesler opened this pull request over 1 year ago
[FEATURE] - Supporting pause of execution

mcbenjemaa opened this issue over 1 year ago
[FEATURE] For all jobs, add a global event listening function

iakirago opened this issue over 1 year ago
Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0

dependabot[bot] opened this pull request over 1 year ago
bugfix: protect the job function's waitgroup with a mutex to avoid race conditions

JohnRoesler opened this pull request over 1 year ago
chore: don't do codeql scanning on push for dependabot branches

JohnRoesler opened this pull request over 1 year ago
Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0

dependabot[bot] opened this pull request over 1 year ago
fix race occurrence with single queue in executor

JohnRoesler opened this pull request over 1 year ago
Race Condition in job scheduler

jeremyje opened this issue over 1 year ago
upgrade to golangci lint 1.53.1

JohnRoesler opened this pull request over 1 year ago
[FEATURE] - Allow users to have a time window for the execution of job

abhishek-singla-97 opened this issue over 1 year ago
[FEATURE] - Support DoCtx(context.Context, func(context.Context))

mikegleasonjr opened this issue over 1 year ago
clarify in docs that Every starts immediately

JohnRoesler opened this pull request over 1 year ago
Bump go.uber.org/atomic from 1.9.0 to 1.11.0

dependabot[bot] opened this pull request over 1 year ago
docs: code comment for Name()

rfyiamcool opened this pull request over 1 year ago
Harden the scheduler test case

git-hulk opened this pull request over 1 year ago
fix: add timer stop to avoid leak

rfyiamcool opened this pull request over 1 year ago
[BUG] - panic: runtime error: integer divide by zero

artking28 opened this issue over 1 year ago
remove redis lock as it has its own repo now

JohnRoesler opened this pull request over 1 year ago
move support back for go 1.16

JohnRoesler opened this pull request over 1 year ago
[BUG] - It seems that it does not support Go versions below 1.20

overstarry opened this issue over 1 year ago