-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
WIP: Lambda invocation loop rework #8508
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ea563d0
to
4fb0409
Compare
b769c9d
to
d476257
Compare
473a900
to
9a161c3
Compare
9a161c3
to
9afa186
Compare
The previous version of the test assumed that every failing Lambda invocation triggers the DLQ. However, that only happends if the maximum number of retries are exhausted. Adjusting the number of retries speeds up and fixes this test.
The goal is to minimize the number of tests that require custom AWS quota adjustments. * Separated limits testing because monkeypatching allows edge case testing with LocalStack. * Fixed the scenario `put_function_concurrency_qualified_arn_exc`, which accidentially suffered from another AWS account-specific limits snapshot.
Revert CI config to master
35b62e8
to
cb21d7f
Compare
will re-open as a separate one |
as discussed with @dominikschubert and @dfangl , closed in favor of #8970 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
semver: minor
Non-breaking changes which can be included in minor releases, but not in patch releases
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Result of initial coding session with @joe4dev and @dfangl
More details TBD
Internal documentation