For Workes & Pages, what is the name of the domain?
What is the error number?
429
What is the error message?
Too Many Reqeusts
What is the issue or error you’re encountering
I am on the paid Workers Plan and I am using the Worker KV Rest API. I am hitting 429 requests very aggressively. I am sending over 1000 requests a minute, something like 100/s
What steps have you taken to resolve the issue?
I have implemented exponential backoff but this is not an adequate solution. The requests are from a cluster of NAT’d devices so the IPs will be the same but it won’t be possible to increase batching to reduce requests.
What are the steps to reproduce the issue?
Sent around 100 requests /s.