Skip to content

follow aws hints for lambda retries#6195

Merged
trinity-1686a merged 3 commits intomainfrom
trinity.pointard/lambda-smart-retry
Mar 9, 2026
Merged

follow aws hints for lambda retries#6195
trinity-1686a merged 3 commits intomainfrom
trinity.pointard/lambda-smart-retry

Conversation

@trinity-1686a
Copy link
Contributor

leverage the Retry-After hint to not retry sooner than aws would accept

Comment on lines +191 to +193
let mut num_attempts = 0usize;

loop {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be a for loop?

@trinity-1686a trinity-1686a merged commit b69ddfe into main Mar 9, 2026
8 checks passed
@trinity-1686a trinity-1686a deleted the trinity.pointard/lambda-smart-retry branch March 9, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants