Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Max Concurrency #1412

Merged
merged 11 commits into from
Feb 1, 2024
Merged

Set Max Concurrency #1412

merged 11 commits into from
Feb 1, 2024

Conversation

samchungy
Copy link
Contributor

Resolves #1408

`maxConcurrency must be between 2 and 1000 concurrent instances`
Copy link

changeset-bot bot commented Jan 31, 2024

🦋 Changeset detected

Latest commit: 5cfcc6d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@samchungy samchungy marked this pull request as ready for review January 31, 2024 23:32
@samchungy samchungy requested review from a team as code owners January 31, 2024 23:32
@@ -6,7 +6,7 @@
},
"dev": {
"workerLambda": {
"reservedConcurrency": 1,
"reservedConcurrency": 2,
Copy link
Contributor Author

@samchungy samchungy Jan 31, 2024

Choose a reason for hiding this comment

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

maxConcurrency must be between 2 and 1000 concurrent instances - CDK error

samchungy and others added 2 commits February 1, 2024 11:06
Co-authored-by: Aaron Moat <2937187+AaronMoat@users.noreply.github.com>
@samchungy samchungy merged commit f17e1d8 into master Feb 1, 2024
18 checks passed
@samchungy samchungy deleted the reserved-concurrency branch February 1, 2024 04:01
@seek-oss-ci seek-oss-ci mentioned this pull request Jan 31, 2024
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.

Configure Maximum Concurrency in Lambda Templates
4 participants