-
Notifications
You must be signed in to change notification settings - Fork 249
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
Disable StalledStreamProtection for Lambda #1166
Comments
@wafflespeanut thanks for reporting this bug. I created a PR to fix it. |
We see that the issue is during lambda invocation, but to be sure, could you also share trace logs that show the service name and operation name that run into this issue? An example line would look like
|
I do find a debug log line that looks like this:
Do you want me to paste all log lines surrounding this as well? |
No, what you provided with us looks good. Thank you! |
Disabling StalledStreamProtection for Lambda was released yesterday. |
Comments on closed issues are hard for our team to see. |
Describe the bug
I'm facing
ThroughputBelowMinimum
whenever I invoke lambda. Pretty much looks like #1141, which has been marked as resolved, but when I use disable stalled stream protection, I'm able to get past it and actually get a response.Expected Behavior
Succeeding Lambda function invocation whenever I want.
Current Behavior
Significant proportion of failures over successful requests
Reproduction Steps
Continuous lambda invocation.
Possible Solution
Disable StalledStreamProtection in client config.
Additional Information/Context
No response
Version
Environment details (OS name and version, etc.)
MacOS 14.5 Sonoma (Silicon chip)
Logs
The text was updated successfully, but these errors were encountered: