Skip to content

Add configurable retry options for Lambda submitters#46

Merged
Theauxm merged 1 commit into
mainfrom
feat/lambda-retry-options
Apr 3, 2026
Merged

Add configurable retry options for Lambda submitters#46
Theauxm merged 1 commit into
mainfrom
feat/lambda-retry-options

Conversation

@Theauxm
Copy link
Copy Markdown
Member

@Theauxm Theauxm commented Apr 3, 2026

Summary

  • Add LambdaRetryOptions with configurable max retries, base delay, and max delay for Lambda invocations
  • Extract retry logic into LambdaRetryHelper shared by LambdaJobSubmitter and LambdaRunExecutor

Test plan

  • LambdaRetryHelperTests — retry behavior, exponential backoff, max delay capping
  • LambdaJobSubmitterTests — retry integration with job submitter
  • LambdaRunExecutorTests — retry integration with run executor

Add LambdaRetryOptions with configurable max retries, base delay, and
max delay. Extract retry logic into LambdaRetryHelper shared by both
LambdaJobSubmitter and LambdaRunExecutor.
@Theauxm Theauxm merged commit 9321dfe into main Apr 3, 2026
1 check passed
@Theauxm Theauxm deleted the feat/lambda-retry-options branch April 3, 2026 16:18
@traxsharp
Copy link
Copy Markdown

traxsharp Bot commented Apr 3, 2026

This PR is included in version 1.25.0

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.

1 participant