Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
concurrent limiter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
Elixir libraries
concurrent limiter
Commits
master
Select Git revision
0 results
concurrent_limiter
Author
Search by author
Any Author
authors
0 authors
Sep 13, 2020
Release 0.1.1
· 7cfb7fc5
href
authored
4 years ago
7cfb7fc5
Sep 08, 2020
Split do_limit
· d81be410
href
authored
4 years ago
d81be410
Sentinel processes - ensure counter is always decremented
· 12490aa7
href
authored
4 years ago
12490aa7
Sep 05, 2020
Fix behaviour of max_waiting = 0 with max_running = 1
· 3aa46650
href
authored
4 years ago
3aa46650
Merge branch 'fix/trap-exits' into 'master'
· 6f458667
href
authored
4 years ago
6f458667
Sep 04, 2020
Fix counters not decrementing when the process is exited
· 8c1caa0f
rinpatch
authored
4 years ago
8c1caa0f
Jul 07, 2020
Fix decrement after max_retries been reached + telemetry events
· 55e92f84
href
authored
4 years ago
55e92f84
May 16, 2020
0.1.0 (for realz)
· 8eee96c6
href
authored
4 years ago
8eee96c6
0.1.0.
· 68f4cd2c
href
authored
4 years ago
View commits for tag 0.1.0
0.1.0
68f4cd2c
Fix tests & add ConcurrentLimiter.delete/1
· 5bc10fff
href
authored
4 years ago
5bc10fff
Format and prepare for release
· 447b4c9a
href
authored
4 years ago
447b4c9a
May 14, 2020
Remove ETS backend, add max_retries, add options to limit/3.
· fb0bcf9e
href
authored
4 years ago
fb0bcf9e
Rename to ConcurrentLimiter
· 9f95ba8f
href
authored
4 years ago
9f95ba8f
May 08, 2020
minor fixes
· f5ad9dcd
href
authored
4 years ago
f5ad9dcd
Switch to atomics, add shared ets, ..
· b541ef96
href
authored
4 years ago
b541ef96
May 07, 2020
Initial commit
· 554524db
href
authored
4 years ago
554524db
Loading