Skip to content

SAFE-1946: Add reserved_concurrent_executions variable - #1

Open
RJP2016 wants to merge 2 commits into
mainfrom
SAFE-1946
Open

SAFE-1946: Add reserved_concurrent_executions variable#1
RJP2016 wants to merge 2 commits into
mainfrom
SAFE-1946

Conversation

@RJP2016

@RJP2016 RJP2016 commented May 12, 2026

Copy link
Copy Markdown
Collaborator

Adds reserved_concurrent_executions to the Lambda module so consumers can limit concurrent executions per function.

Why:
The SAFE scheduled job Lambdas need reserved_concurrent_executions = 1 to prevent concurrent execution, similar to how the old Quartz jobs used [DisallowConcurrentExecution]. Without this, EventBridge could trigger a second instance of a job while the first is still running.

ryan.pagano and others added 2 commits May 11, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant