Skip to main content
1 vote
1 answer
40 views

I trying to make ratelimiter for users in aiogram bot with middlware, now I created class for requests and class for ratelimiter, where reuqest are. My problem is what is better for performance and ...
madjetmax's user avatar
-3 votes
1 answer
140 views

I am trying to block scans targeting my website, e.g., requests that end in /.env The requests go through Azure FD to a Node.js server to APIM then to my BE server. In the Azure API-Management level, ...
PythonForEver's user avatar
Best practices
0 votes
1 replies
156 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 ...
Online Water Bottle's user avatar
1 vote
1 answer
101 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 ...
user29255210's user avatar
Tooling
0 votes
1 replies
72 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,...
aheed's user avatar
  • 78
Advice
0 votes
1 replies
111 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 ...
Jackson's user avatar
  • 1,544
0 votes
0 answers
229 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: ...
Royale_opis ItzLexonPvP Kd's user avatar
0 votes
0 answers
607 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 ...
Давран Бабединов's user avatar
0 votes
1 answer
242 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 ...
Swati's user avatar
  • 244
0 votes
1 answer
571 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 ...
Bhaswati Choudhury's user avatar
0 votes
0 answers
92 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 ...
Ilia's user avatar
  • 126
0 votes
0 answers
90 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 ...
Muhammad Suleman's user avatar
3 votes
1 answer
131 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 ...
Tomer S's user avatar
  • 1,081
0 votes
1 answer
168 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: ...
Medardas's user avatar
  • 358
3 votes
1 answer
400 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 ...
Дима Ощепков's user avatar

15 30 50 per page
1
2 3 4 5
75