I'm seeing a rate exceeded error on the deployment...
# sst
r
I'm seeing a rate exceeded error on the deployment of a new stack
Copy code
Error: Received response status [FAILED] from custom resource. Message returned: Rate exceeded (RequestId: 29f076f6-6f54-484b-a669-5e9d53e76aa5)
I'm going to retry but curious what causes this from an SST perspective?
FYI, it worked on a retry
f
Hey @Ross Coundon some other folks ran into a similar issue. Are you setting log retention for the Functions, and oo you recall if this happened for the custom resource that was setting the log retention?
Here’s the issue on the rate exceeded error caused by log retention https://github.com/serverless-stack/serverless-stack/issues/953
r
Hi - yes, we do set the log retention in this app, seems such an innocuous thing! It went away on deploy retry and hasn't happened since so not a huge deal for us.
f
Got it! Thanks for the confirmation @Ross Coundon