python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
getting 429 response while sending request to api in laravel?
Quite simple but confusing error,
In my IOS app which sends request to api gets 429 response code
api is in laravel 5.8 and db is mysql
my api does this....
firstly it updates the records with latest...
user18698460
Votes: 0
Answers: 0
How to define rate limiting for ECS fargate service?
I am developing a service using ECS on fargate. This service calls AWS textract to process documents. The service listens to a SQS with requests to process.
As per textract documentation: https://docs...
Retzah
Votes: 0
Answers: 1
May I be rate limited by using Selenium for webscraping on websites?
I know there are rate limits for when you send get requests to a website, but does it apply to selenium? Can I get limited for that?
For example, in the above code:
from selenium import webdriver
from...
luan-peixoto-23
Votes: 0
Answers: 1
Discord py, get rate limit timer
I have a bot written in python. Help me deal with HTTP requests. There is a task: rename the channel on command. But discord has a limit on renaming the channel (2 times in 10 minutes). I need to get ...
Alex
Votes: 0
Answers: 1