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
feita há 2 meses70 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses
  • 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 ?

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas