1,128 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
68
views
Rate limit in startup.cs file [closed]
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
Best Practices for Handling API Rate Limits in Python Applications
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
How to implement session-based rate limiting instead of IP-based for WordPress plugin? [closed]
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
Dealing with third party rate limits
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
Why does my OpenAI API (ChatGPT) return 429 ‘rate limit exceeded’ even for low traffic?
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
Bucket4j Spring Boot Starter: "No Bucket4j cache configuration found" error with Redis Cluster
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
Gemini API RPD Limit Not Resetting After Upgrading to Paid Tier (Rate Limit Stuck)
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
Parallelize asynchronous API calls in Python
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
Having problem, implementing basic rate limiting properly in an ASP.NET Core 8 Web API
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
Single API request responds with rate limit message
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
How to distinguish an OpenAI API "quota exceeded" 429 from a standard rate limit 429?
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
Google Cloud Logging API "Control Requests" Quota Exceeded in Calling Project for Cross-Project Operations
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
Local rate limiter with multiple keys in descriptor entry not being processed [closed]
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
How to properly rate-limit message sending in aiogram Telegram bot?
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
Meta Marketing API Rate Limiting Decay Rate
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 ...