Add MediaUploader actor with broadcast queue lifecycle - #25621
Open
crazytonyli wants to merge 2 commits into
Open
Add MediaUploader actor with broadcast queue lifecycle#25621crazytonyli wants to merge 2 commits into
crazytonyli wants to merge 2 commits into
Conversation
Collaborator
Generated by 🚫 Danger |
Contributor
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
from
June 8, 2026 23:18
0e6ecbf to
d4572b8
Compare
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 34023 | |
| Version | PR #25621 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 5e4e90f | |
| Installation URL | 4aj8ueiuij9g8 |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 34023 | |
| Version | PR #25621 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 5e4e90f | |
| Installation URL | 7ba7mep8vkh40 |
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
from
June 11, 2026 00:32
d4572b8 to
8f96db5
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
from
June 11, 2026 21:30
8f96db5 to
adab6df
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
from
June 12, 2026 00:50
adab6df to
d4a7b1b
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
2 times, most recently
from
June 16, 2026 08:28
e91673a to
db8160b
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
2 times, most recently
from
June 19, 2026 00:20
fb748dd to
675d2da
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
from
July 7, 2026 22:09
675d2da to
6bb0246
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
2 times, most recently
from
August 26, 2026 07:39
b64c362 to
33982f1
Compare
Add a per-site upload queue actor that materializes each source, uploads it, and publishes ordered pending/failed snapshots through a replaying publisher. Supports cancel, retry, remove, bulk operations, live policy refresh, and teardown, and cleans up staging directories on every exit path. Materialization goes through a MediaSourceMaterializing seam so tests can drive timing and outcomes with a mock.
crazytonyli
force-pushed
the
task/media-v2-upload-engine
branch
from
August 26, 2026 23:49
33982f1 to
5e4e90f
Compare
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.


Note
This PR will be merged after #25620.
This PR adds a
MediaUploadertype, which is a site wide singleton, for managing the end-to-end uploading states. The next PR in the stack uses it on UI.