-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
refactor(web): transcription cache needed for multitaps, no longer prediction-only 🐵 #9836
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
Looks like I may need to update a few unit tests. |
Build failure: BrowserStack's macOS Monterrey - Safari agent didn't connect. So, external flakiness. |
Is it possible for us to detect this specific flakiness and retry automatically a couple of times, given usually it works on a rebuild? Noting also that Language Modeling Layer has failed twice now. |
While detecting it directly isn't particularly possible...
We already are retrying a couple of times. That count, at least, is configurable - we could increase it. But... there are some times where that specific "worker", on their end, seems to be down entirely. |
…b/transcription-cache
Prep work needed for #9740. Fortunately, it's pretty simple to spin off like this as a separate PR.
@keymanapp-test-bot skip