Draft
Conversation
5a17cae to
e5aaa79
Compare
ac7a58e to
9d66e6e
Compare
9d66e6e to
4abe114
Compare
2e7bf9f to
a183da5
Compare
01bdd3a to
149869b
Compare
149869b to
6dbb1f7
Compare
ThanhDodeurOdoo
added a commit
to odoo-dev/odoo
that referenced
this pull request
Nov 12, 2025
see: odoo/sfu#27 task-3725174
ccdfc2c to
5f6ab29
Compare
aa352b0 to
5248d7e
Compare
Before this commit, a failed message on the bus could leave a promise unfulfilled.
Before this commit, if a ws authentication failed, the ws was still registered in the connections that need to be closed.
385e6fe to
e25a2ba
Compare
and harden media processing reliability seal metadata with pre-reset audio/video/transcription flags in recorder stop flow keep recording folders for retry on transient compile/upload failures (discard only invalid/expired) add timeout-wrapped fetch for audio upload, routing lookup, and video upload update/add recording tests for final-state sealing and retry-safe network failure behavior
and use container-aware video MIME derive video upload Content-Type from recording.videoExt (instead of hardcoded video/av1) expose MediaOutput async init via ready and rethrow init errors after cleanup await mediaOutput.ready in RecordingTask so PortLimitReachedError is handled reliably make Folder.move() rethrow on rename failure so recorder fallback cleanup can run add targeted tests for MIME selection, media init failure handling, and move-failure propagation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I recomend reading the updated README and the associated documentation to have an overview of the code before diving in the code.
on rebase with conflicts, the files here take precendence over all previous changes (version is bumped, packages are up to date, 1.3.3 is already taken into account).
related to: odoo/odoo#234505
task-3725174