This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
gitea
Watch
1
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-01-07 12:50:23 +01:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
513da407f406b161aca078c8e1158f3394e71ca1
gitea
/
modules
/
globallock
History
Lunny Xiao
2da2000413
Some checks are pending
release-nightly / nightly-binary (push)
Waiting to run
Details
release-nightly / nightly-docker-rootful (push)
Waiting to run
Details
release-nightly / nightly-docker-rootless (push)
Waiting to run
Details
Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (
#31813
)
...
Replace
#26486
Fix
#19620
--------- Co-authored-by: Jason Song <
i@wolfogre.com
>
2024-09-06 10:12:41 +00:00
..
globallock_test.go
Introduce globallock as distributed locks (
#31908
)
2024-08-26 22:27:57 +08:00
globallock.go
Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (
#31813
)
2024-09-06 10:12:41 +00:00
locker_test.go
Refactor globallock (
#31933
)
2024-08-29 03:48:21 +00:00
locker.go
Refactor globallock (
#31933
)
2024-08-29 03:48:21 +00:00
memory_locker.go
Refactor globallock (
#31933
)
2024-08-29 03:48:21 +00:00
redis_locker.go
Refactor globallock (
#31933
)
2024-08-29 03:48:21 +00:00