Questions tagged [api-throttling]

7 questions
1
vote
1 answer

Throttling threads in C#

I have a situation where I am doing WebAPI calls to a service which sometimes cannot keep up with the load. I'm keeping track of how long the WebAPI takes to respond and how many active threads I have, and when the WebAPI is taking long to respond I…
Ph3n0m
  • 67
  • 7
1
vote
1 answer

API Gateway Rate Limiting with JWT Token

Can I create token base rate limiting for my API Gateway so that different users have different limits? AWS cognito is used to issue the tokens.
0
votes
1 answer

How can we achieve a Global Rate Limiting with Azure API Management Service while using multiple APIM Service for High Availability?

How can we achieve a Global Rate Limiting with Azure API Management Service while using multiple APIM Services for High Availability across paired regions in round robin fashion (50/50 traffic split), as the Rate Limit config/policy is local to each…
0
votes
0 answers

How to set a rate limit a specific query in Django?

I have a multithreading function that looks up and locks each item in a list. (I'm locking the query for each individual item so that other users can't hit it at the same time). I also want to limit the rate in which users can look up a specific…
0
votes
1 answer

Is there any API gateway for kubernetes which rate-limits based on client-id in jwt?

I have a list of API's running in kubernetes behind a service (under different paths). Azure is our identity provider, and our clients are using client-credentials OAuth2 flow to generate the OAuth token and send to API, where authorization checks…
0
votes
0 answers

API Rate Limit In Business Plan

Is there any API Rate Limit for business plan of stack OverFlow I tried to explore from internet but didn't get the exact idea about it
0
votes
0 answers

Django Throttle on Test Server

I am working on a project and i am using django restframework throttle it works well when using the server either on local or production but when i tries testing the endpoint using testcase it returns an error This is my configurations the default…
Codertjay
  • 588
  • 8
  • 13