lambda throttle affect another stable lambda throttle

0

We have two lambda services, when first lambda reach concurrent limit or burst issue and start throttle, the second lambda start throttle too. We need to know why second lambda throttle by first lambda? The lambda resources should be independent and not to disturb another? thanks reply,

rabbi
已提问 2 个月前69 查看次数
1 回答
0

Hello.

I thought it was related to the number of concurrent Lambda executions in the AWS account itself.
This should be the total for the AWS account region, not for each Lambda, so depending on the number of concurrent executions in the first Lambda, the second Lambda will also be affected.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html

profile picture
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前
  • Let me explain the detail, our account region has 2000 concurrency. We set concurrent limit A lambda 250 and B lambda 50. when A lambda request increase sharply, A reach concurrent 250 and throttling. But B concurrency only reach less than 10, B throttling also. We found B lambda request has no increase just like common. why B follow A throttling ?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则