You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(factory): on reload, close the connection right away.
graceful shutdown logic should be implemented in the close function, not in the factory.
* fix(cron): test flakes
* feat: add eventv2
* wip: prototyping generics api
* wip: prototyping generics api
* wip: prototyping generics api
* feat: ctxmeta support generic
* fix: asyncContext.Value interface to any
* wip: generics
* wip: add once to event
* refactor: remove text package
* feat: interface{} to any
* refactor: remove deprecated cron
* test: workflow go-version 1.18beta2
* test: setup-go stable false
* test: fix workflow go-version
* doc: add listener comment
* feat: simplify run group
* fix: remove deprecatedcron test
* fix: missing StatusChanged
* fix: some test
* feat: simplify run group
* fix: some import style
* fix: remove config module dispatcher
* fix(otgorm): hooks (#236)
* fix(otgorm): hooks
* fix: remove debug prints
(cherry picked from commit 1afb3d7)
* refactor(control): add pool
* fix(pool): data race
* fix(pool): data race
* fix(pool): go vet "call to (*T).Fatalf from a non-test goroutine"
* refactor: change leader election semantics. (#238)
* refactor: change leader election semantics.
Now leader election campaign will not return when the node beomes leader, instead it will block until the leader election session exists, updating status proactively. This change will make leader election status more accurate.
* fix(leader): mock driver for test
* fix: return if renew fails
* test: increase test duration
* docs: add jetbrains thanks
* fix(cron): example flakes
* fix(leader): TestElection block test
* fix(leader): missing dispatch when leader status on
* fix(leader): test data race
* fix(leader): test key conflict
* test(ots3): test container of minio
* feat: add a simple way to ensure cron jobs to run at least once for each schedule.
* doc: add comment
* fix(leaderredis): data race
Co-authored-by: Trock <[email protected]>
* fix: server.go merge conflict
* feat(test): upgrade github actions
* fix: otredis TestModule_ProvideCommand
* fix: workflow lint add setup-go
* fix: workflow lint add setup-go
* fix: pool.Run need start before call Go method when use async mode.
* feat: add pool.Counter to observe the status of pool.
Co-authored-by: Trock <[email protected]>
Co-authored-by: Trock <[email protected]>
0 commit comments