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
gefragt vor 2 Monaten69 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
  • 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 ?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen