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
[FEATURE] - Any plan to support Year field in the cron expression
github.com/go-co-op/gocron - Tochemey opened this issue about 1 year ago
github.com/go-co-op/gocron - Tochemey opened this issue about 1 year ago
How to keep only one task running at the same time
github.com/go-co-op/gocron - unihon opened this issue about 1 year ago
github.com/go-co-op/gocron - unihon opened this issue about 1 year ago
[FEATURE] - From Datetime string
github.com/go-co-op/gocron - MrWildanMD opened this issue about 1 year ago
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
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
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
github.com/go-co-op/gocron - XiXiangFiles opened this pull request about 1 year ago
Revert "fix: scheduler error when using every() func not following se…
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
When setting weeks interval greater than 1 with some weekdays, then the NextRun() method returns wrong time
github.com/go-co-op/gocron - yrcs opened this issue over 1 year ago
github.com/go-co-op/gocron - yrcs opened this issue over 1 year ago
fix concurrent access to jobs map
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
fix: scheduler error when using every() func not following setting problem
github.com/go-co-op/gocron - XiXiangFiles opened this pull request over 1 year ago
github.com/go-co-op/gocron - XiXiangFiles opened this pull request over 1 year ago
[FEATURE REQUEST] - every 2 (or greater) weeks first run closer to 2 weeks rather than 1
github.com/go-co-op/gocron - yrcs opened this issue over 1 year ago
github.com/go-co-op/gocron - yrcs opened this issue over 1 year ago
[FEATURE] - Expose the go context or accept a custom go context
github.com/go-co-op/gocron - Tochemey opened this issue over 1 year ago
github.com/go-co-op/gocron - Tochemey opened this issue over 1 year ago
[BUG] - Concurrent map read and map write in Scheduler
github.com/go-co-op/gocron - mikayzo opened this issue over 1 year ago
github.com/go-co-op/gocron - mikayzo opened this issue over 1 year ago
[BUG] - Job queue not empty after all LimitRunsTo(1) jobs have finished
github.com/go-co-op/gocron - juhaszp-uhu opened this issue over 1 year ago
github.com/go-co-op/gocron - juhaszp-uhu opened this issue 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
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
github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
[FEATURE/QUESTION] - Possibility to execute job on shutdown
github.com/go-co-op/gocron - 0xERR0R opened this issue over 1 year ago
github.com/go-co-op/gocron - 0xERR0R opened this issue over 1 year ago
[FEATURE] - Is there a plan to support standard Crontab expressions
github.com/go-co-op/gocron - GuanchuShen opened this issue over 1 year ago
github.com/go-co-op/gocron - GuanchuShen 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
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
github.com/go-co-op/gocron - forstef opened this issue over 1 year ago
fix Scheduler.NextRun() not returning the correct value (#574)
github.com/go-co-op/gocron - bbaa-bbaa opened this pull request over 1 year ago
github.com/go-co-op/gocron - bbaa-bbaa opened this pull request over 1 year ago
[BUG] - Scheduler.NextRun() always returns 0001-01-01 00:00:00 +0000 UTC
github.com/go-co-op/gocron - bbaa-bbaa opened this issue over 1 year ago
github.com/go-co-op/gocron - bbaa-bbaa 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
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
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
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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - Deadlock on SingletonModeAll + RemoveByID
github.com/go-co-op/gocron - mikayzo opened this issue over 1 year ago
github.com/go-co-op/gocron - mikayzo opened this issue over 1 year ago
[FEATURE] - Interval job to optionally include job duration
github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
docs: add WithDistributedElector usage
github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
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
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
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
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
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
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
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
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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - MonthLastDay() and Month() with negative values stuck in infinite loop
github.com/go-co-op/gocron - Broccoli-han opened this issue over 1 year ago
github.com/go-co-op/gocron - Broccoli-han opened this issue over 1 year ago
every X days should run on the same day if the At() time has yet to come
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - Every X days doesn't run At() time on the initial day
github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this issue 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
github.com/go-co-op/gocron - 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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - Scheduler.Update() is not working with Cron() & CronWithSeconds()
github.com/go-co-op/gocron - Hvitgar opened this issue over 1 year ago
github.com/go-co-op/gocron - Hvitgar opened this issue over 1 year ago
[BUG] - Please add descriptive title
github.com/go-co-op/gocron - idomic opened this issue over 1 year ago
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
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
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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - error since 1.32.0 (`cannot convert i (variable of type uuid.UUID) to type int`)
github.com/go-co-op/gocron - the-hotmann opened this issue over 1 year ago
github.com/go-co-op/gocron - the-hotmann opened this issue over 1 year ago
support monthly schedules counting backwards from end of month
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
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
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
github.com/go-co-op/gocron - ryanrazsa opened this pull request over 1 year ago
[BUG] - Data Race between scheduler stopping a job and stopping the scheduler
github.com/go-co-op/gocron - ryanrazsa opened this issue over 1 year ago
github.com/go-co-op/gocron - ryanrazsa opened this issue over 1 year ago
[BUG] - Distributed locker and singleton mode can't work together
github.com/go-co-op/gocron - workits opened this issue over 1 year ago
github.com/go-co-op/gocron - workits opened this issue over 1 year ago
[QUESTION/FEATURE] - Combine Singleton and RescheduleMode
github.com/go-co-op/gocron - haroldbouley opened this issue over 1 year ago
github.com/go-co-op/gocron - haroldbouley opened this issue 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
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
github.com/go-co-op/gocron - david-littlefarmer opened this issue over 1 year ago
[FEATURE] - Ability to terminate remaining jobs when having a special output
github.com/go-co-op/gocron - ErfanMomeniii opened this issue over 1 year ago
github.com/go-co-op/gocron - ErfanMomeniii opened this issue over 1 year ago
[FEATURE] - Can gocron read from a persistent storage the scheduled jobs and schedule
github.com/go-co-op/gocron - varsraja opened this issue over 1 year ago
github.com/go-co-op/gocron - varsraja 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
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
github.com/go-co-op/gocron - ErfanMomeniii opened this pull request over 1 year ago
[FEATURE] - I would like to know the next run time of a job that could not run because of the locker
github.com/go-co-op/gocron - manuelarte opened this issue over 1 year ago
github.com/go-co-op/gocron - manuelarte opened this issue over 1 year ago
[BUG] - Updating an existing job with a single parameter of `gocron.Job` unexpectedly fails
github.com/go-co-op/gocron - marcoferrer opened this issue over 1 year ago
github.com/go-co-op/gocron - marcoferrer opened this issue over 1 year ago
[FEATURE] - Give jobs a unique ID
github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
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
github.com/go-co-op/gocron - theriverman opened this issue over 1 year ago
[FEATURE] - Support scheduling months based count of days since last day of the month (-2, -3, etc.)
github.com/go-co-op/gocron - SrijaSingu opened this issue over 1 year ago
github.com/go-co-op/gocron - SrijaSingu opened this issue over 1 year ago
[FEATURE] Is there a way to dynamically add all public methods in a package
github.com/go-co-op/gocron - iakirago opened this issue over 1 year ago
github.com/go-co-op/gocron - iakirago 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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - Current Job Not Correct In DoWithJobDetails with SingletonMode
github.com/go-co-op/gocron - forstef opened this issue over 1 year ago
github.com/go-co-op/gocron - forstef opened this issue 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
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
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
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
github.com/go-co-op/gocron - mcbenjemaa opened this issue over 1 year ago
[FEATURE] For all jobs, add a global event listening function
github.com/go-co-op/gocron - iakirago opened this issue over 1 year ago
github.com/go-co-op/gocron - iakirago 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
github.com/go-co-op/gocron - dependabot[bot] opened this pull request over 1 year ago
bugfix: protect the job function's waitgroup with a mutex to avoid race conditions
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
chore: don't do codeql scanning on push for dependabot branches
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[Question] - Run jobs in SingletonMode using WithDistributedLocker option
github.com/go-co-op/gocron - kostiamol opened this issue over 1 year ago
github.com/go-co-op/gocron - kostiamol opened this issue 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
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
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
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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[FEATURE] - Allow users to have a time window for the execution of job
github.com/go-co-op/gocron - abhishek-singla-97 opened this issue over 1 year ago
github.com/go-co-op/gocron - abhishek-singla-97 opened this issue over 1 year ago
[FEATURE] - Support DoCtx(context.Context, func(context.Context))
github.com/go-co-op/gocron - mikegleasonjr opened this issue over 1 year ago
github.com/go-co-op/gocron - mikegleasonjr opened this issue over 1 year ago
I'm using this package to implement cron api, when user call api register a job then task function add to schedule and I have multiple job in the scheduler and when user call api stop job I have remove task func of that job but all task func of other job in scheduler removed and all job stoped. How can i fix ?
github.com/go-co-op/gocron - JohnRoesler opened this issue over 1 year ago
github.com/go-co-op/gocron - JohnRoesler opened this issue 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
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
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
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
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
github.com/go-co-op/gocron - rfyiamcool opened this pull request over 1 year ago
[BUG] - panic: runtime error: integer divide by zero
github.com/go-co-op/gocron - artking28 opened this issue over 1 year ago
github.com/go-co-op/gocron - artking28 opened this issue 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
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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
[BUG] - It seems that it does not support Go versions below 1.20
github.com/go-co-op/gocron - overstarry opened this issue over 1 year ago
github.com/go-co-op/gocron - overstarry opened this issue over 1 year ago
replace time sleep instances with time after / ctx done select
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago
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
github.com/go-co-op/gocron - JohnRoesler opened this pull request over 1 year ago