Open hanbao-dev opened 2 months ago
@danielstevenberger following up on this, what value did u set warming to? And did increasing the account limit help?
I've also encountered a similar issue with defaults using the next.js construct. The following response is sometimes produced with HTTP 429 for my next.js deployment.
{"Reason":"ConcurrentInvocationLimitExceeded","Type":"User","message":"Rate Exceeded."}
@danielstevenberger following up on this, what value did u set warming to? And did increasing the account limit help?
Hey sorry for the delayed response. I can request an increase, but is it normal for that to be caused during deployment. It happens when I have no traffic. I was wondering if it's something with the warmers during deployment causing a temporary spike.
When enabling the warm config with a value of 20, I often get this error when deploying. It will also temporally cause the website to return TooManyRequestsException: Rate Exceeded.