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

Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 1 day ago
[FEATURE] - Validating Cron Tab syntax

github.com/go-co-op/gocron - sashithaf16 opened this issue 1 day ago
fix scheduler restart

github.com/go-co-op/gocron - 27149chen opened this pull request 5 days ago
[BUG] - Scheduler keeps CPU core at 100%

github.com/go-co-op/gocron - devpikachu opened this issue 6 days ago
replace "golang.org/x/exp" with standard libraries

github.com/go-co-op/gocron - apocelipes opened this pull request 11 days ago
go to 1.21, upgrade deps

github.com/go-co-op/gocron - JohnRoesler opened this pull request 14 days ago
check context not nil, and update test and docs

github.com/go-co-op/gocron - JohnRoesler opened this pull request 19 days ago
Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 22 days ago
feat: allow disabling global distributed locker per job

github.com/go-co-op/gocron - seinshah opened this pull request about 1 month ago
fixes related to the bug where a job unexpectedly runs twice

github.com/go-co-op/gocron - JohnRoesler opened this pull request about 1 month ago
[BUG] - NewAtTimes Function Modifies Original Slice

github.com/go-co-op/gocron - Nikurasuu opened this issue about 2 months ago
parse time.Time from AtTime

github.com/go-co-op/gocron - JohnRoesler opened this pull request about 2 months ago
stop timeout timers when no longer needed

github.com/go-co-op/gocron - JohnRoesler opened this pull request 2 months ago
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 3 months ago
fix overly greedy panic handler

github.com/go-co-op/gocron - JohnRoesler opened this pull request 3 months ago
[BUG] - Distributed lock not working correctly

github.com/go-co-op/gocron - OrkhanAlikhanov opened this issue 3 months ago
update mocks with latest job/scheduler changes

github.com/go-co-op/gocron - JohnRoesler opened this pull request 3 months ago
weekly and monthly jobs should not allow zero interval

github.com/go-co-op/gocron - JohnRoesler opened this pull request 3 months ago
dailyjob should not allow interval zero

github.com/go-co-op/gocron - JohnRoesler opened this pull request 3 months ago
[BUG] - Nightly job run twice

github.com/go-co-op/gocron - wandering-tales opened this issue 4 months ago
feat: add lock update mechanism for jobs, closes #762

github.com/go-co-op/gocron - pcfreak30 opened this pull request 4 months ago
fix(mocks): update `MockScheduler` mock

github.com/go-co-op/gocron - wandering-tales opened this pull request 4 months ago
Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 4 months ago
feat(monitor): introduce MonitorStatus

github.com/go-co-op/gocron - FalcoSuessgott opened this pull request 5 months ago
Issue 778

github.com/go-co-op/gocron - rbroggi opened this pull request 5 months ago
fix: cleanup timers

github.com/go-co-op/gocron - hayotbisonai opened this pull request 5 months ago
[BUG] - Job NextRun return zero time

github.com/go-co-op/gocron - hungtcs opened this issue 5 months ago
[BUG] - OneTimeJob Missing Execution

github.com/go-co-op/gocron - gaoyaxuan opened this issue 5 months ago
[FEATURE] - go version request

github.com/go-co-op/gocron - Xavierxhq opened this issue 5 months ago
[FEATURE] - Change limit at runtime

github.com/go-co-op/gocron - pcfreak30 opened this issue 6 months ago
31 FEB executes immediately

github.com/go-co-op/gocron - snus8bit opened this issue 6 months ago
Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 6 months ago
add Rescheduled metric for executor.

github.com/go-co-op/gocron - Higan opened this pull request 7 months ago
[FEATURE] - Several potential changes

github.com/go-co-op/gocron - pcfreak30 opened this issue 7 months ago
issue-654: allow setting a stopTime for job.

github.com/go-co-op/gocron - Higan opened this pull request 7 months ago
Fix typo

github.com/go-co-op/gocron - deining opened this pull request 7 months ago
issue-756: fix interface variadic parameters verifying

github.com/go-co-op/gocron - apocelipes opened this pull request 7 months ago
feat: add WithIdentifier

github.com/go-co-op/gocron - pcfreak30 opened this pull request 7 months ago
[FEATURE] - Allow UUID to be set in the job

github.com/go-co-op/gocron - pcfreak30 opened this issue 7 months ago
issue-751: Address Bug in Rescheduling

github.com/go-co-op/gocron - samuelattwood opened this pull request 7 months ago
[BUG] - Reschedule Count Up From Time Zero

github.com/go-co-op/gocron - samuelattwood opened this issue 7 months ago
[BUG] - Timing cycle trigger problem

github.com/go-co-op/gocron - zhangyuanxue opened this issue 7 months ago
issue-740: ascending time function

github.com/go-co-op/gocron - rbroggi opened this pull request 8 months ago
issue-742: bug in `NextRun`

github.com/go-co-op/gocron - rbroggi opened this pull request 8 months ago
issue-736: moving validation of one-time to

github.com/go-co-op/gocron - rbroggi opened this pull request 8 months ago
remove circleci config

github.com/go-co-op/gocron - JohnRoesler opened this pull request 8 months ago
after job listener

github.com/go-co-op/gocron - manuelarte opened this pull request 8 months ago
Add `AfterJobRunsWithPanic`

github.com/go-co-op/gocron - trungdlp-wolffun opened this pull request 8 months ago
[FEATURE] - Dynamic duration

github.com/go-co-op/gocron - babyfish-ct opened this issue 9 months ago
Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 9 months ago
adding Job.NextRuns to provide n next run times

github.com/go-co-op/gocron - JohnRoesler opened this pull request 9 months ago
Bump golangci/golangci-lint-action from 4.0.0 to 5.3.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 9 months ago
Circleci project setup

github.com/go-co-op/gocron - JohnRoesler opened this pull request 10 months ago
skip test goroutine leak detection in github actions

github.com/go-co-op/gocron - JohnRoesler opened this pull request 10 months ago
[BUG] - Unable to Use timezone in GoCron

github.com/go-co-op/gocron - niting3c opened this issue 10 months ago
Added JobsWaitingInQueue in Scheduler

github.com/go-co-op/gocron - 0x01F4 opened this pull request 10 months ago
fix mocks import path

github.com/go-co-op/gocron - JohnRoesler opened this pull request 10 months ago
Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0

github.com/go-co-op/gocron - dependabot[bot] opened this pull request 10 months ago