Netflix/concurrency-limits
None observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 62
- Release rhythm 28
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 229.5
- age_days: 3187
- days_rel: 268
- days_push: 230
- n_releases_24m: 3
Adoption not part of the score
3598 stars · 327 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Java library that applies TCP congestion control concepts to automatically detect and enforce concurrency limits for services. It uses latency-based algorithms like Vegas and Gradient2 to adapt limits as systems scale, achieving optimal throughput and latency.
Use cases
- auto-detect concurrency limits for microservices
- gracefully shed excess load instead of falling over
- replace static RPS-based rate limits with adaptive concurrency limits
- prevent queue buildup and latency spikes under bursty traffic
- enforce per-service concurrency limits in auto-scaling distributed systems
When to choose
- you run auto-scaling services where static RPS limits go stale
- you need latency-aware adaptive load shedding in Java/JVM services
- you want congestion-control-inspired backoff using timeouts and rejected requests
When to avoid
- you need simple static token-bucket rate limiting
- you are not on the JVM and cannot port the concepts
- you need distributed global rate limiting across clusters rather than per-node limits
Facets
library · maturity active
rate-limiting concurrency middleware microservices performance backend jvm concurrency-limits load-shedding tcp-congestion-control adaptive-limits latency-based
1 source
- readme: https://github.com/Netflix/concurrency-limits · fetched 2026-08-28 · 37c086e5b2ba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Netflix/concurrency-limits | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="Netflix/concurrency-limits")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem