For Workers & Pages, what is the name of the domain?
example.com
What is the error number?
429
What is the error message?
Error adding domain:* Exception: The remote server return
What is the issue or error you’re encountering
Error adding domain:* Exception: The remote server return
What steps have you taken to resolve the issue?
waited a few hours and same result after tryin again
What are the steps to reproduce the issue?
send to many requests to the api i guess
The following usage restrictions apply:
- Rate limits: Exceeding these limit results in a
429
error response:
- 15 requests/min per zone.
- 180 requests/min per user (email address).
- Time range: The maximum difference between the start and end parameters can be 1 hour.
- Response size: The maximum response size is 10GiB per request, which is equivalent to about 15M records when about 55 fields are selected (more records can be retrieved when less fields are selected because the per record size will be smaller).
- Timeout: The response will fail with a terminated connection after 10 minutes.
- Stream Timeout: The request will be terminated with a
408
error response if the connection is idle for 30s. This timeout usually means that the request is probably too exhaustive (frequent timeouts (> 12/hr) will result in subsequent queries to be blocked with status code 429 for 1hr) and so:
- try requesting records using lesser number of fields.
- try with smaller start and end parameters.
I had a good night sleep so a few hours have passed, i try again and its still not working why ?
Is there another limit i am not aware of maybe ??