-
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 Transcribe #1181
Comments
What operation is failing? For now, you can disable stalled stream protection by setting a config value. |
This operation fails: https://docs.rs/aws-sdk-transcribestreaming/latest/aws_sdk_transcribestreaming/operation/start_stream_transcription/index.html . We have indeed disabled the protection now, but I figured I would file an issue anyway because I don't think having it on by default is sensible in this particular case :) |
ping @Velfi :) |
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> awslabs/aws-sdk-rust#1181 ## Checklist - [x] For changes to the AWS SDK, generated SDK code, or SDK runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "aws-sdk-rust" in the `applies_to` key. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
… (#3831) ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> #1181 ## Checklist - [x] For changes to the AWS SDK, generated SDK code, or SDK runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "aws-sdk-rust" in the `applies_to` key. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Fix released on 9/17/2024. Let us know if the issue persists even after you have upgraded to |
Comments on closed issues are hard for our team to see. |
Describe the bug
Similar to #1166 , after updating to a recent version we encounter spurious throughput errors using the Transcribe service:
Expected Behavior
The transcribe service should not fail because of stalled stream protection
Current Behavior
The transcribe service fails because of stalled streams protection
Reproduction Steps
We reproduce the issue with the GStreamer wrapper, we don't have a standalone program to demonstrate the issue
Possible Solution
No response
Additional Information/Context
No response
Version
Environment details (OS name and version, etc.)
Windows
Logs
No response
The text was updated successfully, but these errors were encountered: