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 ?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南