100 calls per minute
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
100 calls per minute has 34 facts recorded in Dontopedia across 6 references, with 8 live disagreements.
Mostly:rdf:type(5), limit for period(2), limit refresh period(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (13)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
buildsBuilds(2)
- Private Api Rate Limiter Method
ex:private-api-rate-limiter-method - Public Api Rate Limiter Method
ex:public-api-rate-limiter-method
configuredByConfigured by(2)
- Private Api Rate Limiter
ex:private-api-rate-limiter - Public Api Rate Limiter
ex:public-api-rate-limiter
configuredWithConfigured With(2)
- Private Api Rate Limiter
ex:private-api-rate-limiter - Public Api Rate Limiter
ex:public-api-rate-limiter
containsContains(2)
- Private Api Rate Limiter Method
ex:private-api-rate-limiter-method - Public Api Rate Limiter Method
ex:public-api-rate-limiter-method
appliedToApplied to(1)
- Method Chaining
ex:method-chaining
configuredUsingConfigured Using(1)
- Rate Limiter Bean
ex:rate-limiter-bean
createdWithCreated With(1)
- Rate Limiter
ex:rate-limiter
parameterParameter(1)
- Of Static Method
ex:of-static-method
usesConfigUses Config(1)
- Public Api Rate Limiter
ex:public-api-rate-limiter
Other facts (32)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Configuration | [2] |
| Rdf:type | Rate Limiter Config | [3] |
| Rdf:type | Rate Limiter Config | [4] |
| Rdf:type | Rate Limit Configuration | [5] |
| Rdf:type | Rate Limit Configuration | [6] |
| Limit for Period | 100 | [3] |
| Limit for Period | 50 | [4] |
| Limit Refresh Period | Duration One Second | [3] |
| Limit Refresh Period | 1 | [4] |
| Created Via | Rate Limiter Config.custom | [3] |
| Created Via | Custom Method | [4] |
| Builder Pattern | true | [3] |
| Builder Pattern | Custom Method | [4] |
| Time Unit | milliseconds | [4] |
| Time Unit | seconds | [4] |
| Configures | Public Api Rate Limiter | [4] |
| Configures | Private Api Rate Limiter | [4] |
| Max Calls | 10 | [1] |
| Period | 60 | [1] |
| Unit | minutes | [1] |
| Configured for | Public Api Rate Limiter | [3] |
| Created by | Rate Limiter Config.custom | [3] |
| Library | Resilience4j | [3] |
| Class Visibility | Public | [3] |
| Variable Name | Config | [3] |
| Fully Qualified Name | Rate Limiter Config | [3] |
| Has Builder Method | Rate Limiter Config.custom | [3] |
| Timeout Duration | 100 | [4] |
| Requests Per Period | 600 | [5] |
| Period Minutes | 1 | [5] |
| Applied to | Hybrid Search Endpoint | [5] |
| Is Config of | Rate Limiter Dependency | [6] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (6)
ctx:claims/beam/cb989857-e183-4b7e-b235-ac564e608f87- full textbeam-chunktext/plain1 KB
doc:beam/cb989857-e183-4b7e-b235-ac564e608f87Show excerpt
"client_secret": client_secret } # Create a Keycloak instance kc = keycloak.Keycloak(**keycloak_config) # Define a function to handle authentication async def authenticate(username, password): try: # Authenticate the user …
ctx:claims/beam/fc254517-39c5-42ef-8584-e1c00bb97221ctx:claims/beam/59c7e49d-4746-4da5-b282-70aa4833e291- full textbeam-chunktext/plain1 KB
doc:beam/59c7e49d-4746-4da5-b282-70aa4833e291Show excerpt
.uri("lb://your-service")) .build(); } @Bean public RequestRateLimiter redisRateLimiter() { return new RedisRateLimiter(redisConnectionFactory(), 10, Duration.ofSeconds(1)); } @Bean …
ctx:claims/beam/96679439-9730-46ec-a09a-bfd5d38ef410- full textbeam-chunktext/plain1 KB
doc:beam/96679439-9730-46ec-a09a-bfd5d38ef410Show excerpt
.timeoutDuration(Duration.ofMillis(100)) .build(); return RateLimiterRegistry.of(config).rateLimiter("publicApiRateLimiter"); } @Bean public RateLimiter privateApiRateLimiter() { RateLim…
ctx:claims/beam/c740658d-0943-4bf1-a117-6bb882d2c4d3- full textbeam-chunktext/plain1 KB
doc:beam/c740658d-0943-4bf1-a117-6bb882d2c4d3Show excerpt
except requests.exceptions.HTTPError as e: raise HTTPException(status_code=response.status_code, detail=str(e)) except requests.exceptions.ConnectionError as e: raise HTTPException(status_code=503, detail=str(e)) …
ctx:claims/beam/5fd1334d-d15d-4873-b3e0-e54e47612682- full textbeam-chunktext/plain1 KB
doc:beam/5fd1334d-d15d-4873-b3e0-e54e47612682Show excerpt
raise HTTPException(status_code=response.status_code, detail=str(e)) except requests.exceptions.ConnectionError as e: raise HTTPException(status_code=503, detail=str(e)) except requests.exceptions.Timeout as e: …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.