Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
68 views

I want to give rate limit condition in my startup.cs file in Visual Studio using C# code, please tell me how I can do that. My logic is not working. I am sharing a piece of my code here - can someone ...
Best practices
0 votes
0 replies
22 views

I am developing a Python application that interacts with a third-party API. The API enforces strict rate limits, and I want to make sure my application handles these efficiently without causing errors ...
1 vote
1 answer
73 views

I'm developing a WordPress plugin that provides chat functionality via REST API endpoints. Currently, I'm using IP-based rate limiting, but this causes issues in university/company environments where ...
Tooling
0 votes
1 replies
61 views

I have been working on AWS Serverless Lambdas and now having issues with third party rate limits. Context A Lambda invocation triggered by an event: calls a third-party API 4 times, runs some logic,...
Advice
0 votes
1 replies
79 views

I’m integrating OpenAI’s GPT API using Node.js. My app runs fine for a while, but then randomly throws: Error: 429 - You exceeded your current quota, please check your plan and billing details. Even ...
0 votes
0 answers
93 views

I'm trying to configure Bucket4j rate limiting with Redis Cluster in my Spring Boot application, but I keep getting the error: No Bucket4j cache configuration found - cache-to-use: null Action: ...
0 votes
0 answers
261 views

upgraded my Google AI Studio project to Paid Tier 1 today, but my daily rate limit (RPD) for the Gemini API is still stuck and not resetting. I cannot send any requests, even after waiting over 24 ...
0 votes
1 answer
116 views

I’m building a data ingestion pipeline in Python that collects data from a third-party REST API. The API allows a maximum of 100 requests per minute, and I need to fetch data for tens of thousands of ...
0 votes
1 answer
303 views

I am trying to learn using basic rate limiting in an ASP.NET Core 8.0 Web API. I set 'permit limit' to 5, 'window' to 1 minute and 'queue limit' of 2. At this juncture, let me tell you that I have ...
0 votes
0 answers
72 views

I have been testing out the free X api. I have my bearer token and other details set up in Postman. I have made a single GET request to https://api.x.com/2/users/by?usernames=fuzigish The response I ...
0 votes
0 answers
72 views

I'm integrating the OpenAI API into my application and keep encountering a 429 error with the message "You exceeded your current quota, please check your plan and billing details". I ...
3 votes
1 answer
116 views

Problem: Our backend service (in Project A) interacts with resources in Project B (e.g., fetching Logging buckets). While resource-specific quotas (e.g., log ingestion) are correctly consumed by ...
0 votes
1 answer
157 views

I'm having trouble making local rate limiter work with multiple keys in descriptor entry. Here is a full EnvoyFilter: apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: labels: ...
2 votes
1 answer
284 views

I'm building a Telegram bot using aiogram, and I need to limit the rate of sending messages: No more than 25 messages per second globally (across all chats). No more than 3 messages per 3 seconds per ...
0 votes
0 answers
69 views

According to Official documentation at: https://developers.facebook.com/docs/marketing-api/overview/rate-limiting/?locale=en_US The rate limiting Points will decay according to the decay rate, but ...

15 30 50 per page
1
2 3 4 5
...
76

AltStyle によって変換されたページ (->オリジナル) /