question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AWS Now Supports Max Retry Attempts

See original GitHub issue

Add support for the new lambda config option MaximumRetryAttempts.

Retry attempts – The number of times Lambda retries when the function returns an error, between 0 and 2.

https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-max-retry-attempts-event-age-asynchronous-invocations/

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:18
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

40reactions
dangreavescommented, Jan 16, 2020

Although the async config can be added as a custom resource, I would argue that limiting the retry attempts is a super common want. Common enough to be included in the main function definition (like timeout, reservedConcurrency etc).

22reactions
cyberfox1commented, Jan 30, 2020

Although the async config can be added as a custom resource, I would argue that limiting the retry attempts is a super common want

What users want/need obviously isn’t considered a relevant factor in this project. Or just plain common sense.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Amazon Lambda Now Supports Maximum Event Age and ...
With Maximum Event Age, you can configure the lifetime of an event in the queue from 60 seconds to 6 hours. This allows...
Read more >
How to set the number of retry attempts of AWS Lambda in ...
[2020-09 updated answer] As of v1.78.0, serverless now supports maximumRetryAttempts (and maximumEventAge ). [2020-01 original answer] At ...
Read more >
How AWS Lambda Retry really works - Serverless Framework
In this post, we'll analyze the AWS Lambda Retry Policy, ... The quick and dirty approach is to set the Maximum Retry Attempt...
Read more >
Let's Try Again: Making Retries Work With Cloud Services
Not surprisingly, Amazon's AWS enforces rate limits on their services. Their client libraries also incorporate automatic retries.
Read more >
How to handle automatic retries in AWS Lambda ... - YouTube
Welcome to the video tutorial on How to handle default retry behavior in the AWS Lambda function. In this tutorial, I have explained...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found