-
Notifications
You must be signed in to change notification settings - Fork 190
ai/live: Don't suspend orchestrator if the client has not sent data. #3642
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
base: master
Are you sure you want to change the base?
Conversation
Also retry the current segment on any other type of error
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3642 +/- ##
===================================================
- Coverage 30.56062% 30.54831% -0.01231%
===================================================
Files 156 156
Lines 47162 47181 +19
===================================================
Hits 14413 14413
- Misses 31908 31927 +19
Partials 841 841
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we really need both, one or the other will do the trick, but this one gives us a little more grace because the rate of non-terminal disconnects is higher when excluding e2e tests ... the actual rate seems to be a few percent, rather than less than 1 percent with e2e included, but its hard to say exactly how much since we can only query so much in Grafana / Loki. See this note FWIW I do prefer #3629 since it's less invasive, but I am cautious about impacting the overall experience too much, especially with the renewed focus on mobile where we're more likely to see intermittent "connectivity issues" due to backgrounding. |
Added a couple more fixes: |
Ok, sounds good. Thanks Josh! |
Also retry the current segment on any other type of error
Another alternative to #3629 and #3614