How many times will Lambda retry in case of 429 and 500 series errors?

0

For 429 and 5xx errors, the document says:

If the function doesn't have enough concurrency available to process all events, additional requests are throttled. For throttling errors (429) and system errors (500-series), Lambda returns the event to the queue and attempts to run the function again for up to 6 hours. The retry interval increases exponentially from 1 second after the first attempt to a maximum of 5 minutes. If the queue contains many entries, Lambda increases the retry interval and reduces the rate at which it reads events from the queue.

I want to find out how many retries will happen in cases like this.

AWS2024
질문됨 4달 전100회 조회
1개 답변
0
수락된 답변

Hi,

The Lambda retry strategy is different depending on the service with which Lambda is used.

This post explains those various strategies depending on the other service: https://www.serverlessguru.com/blog/lambda-retry-mechanisms

Best,

Didier

profile pictureAWS
전문가
답변함 4달 전
  • Thank you very much for your answer!!

  • You're very welcome! Thanks for accepting my answer

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠