Unify runInSequentialTasks across all sequential task work#89978
Merged
Unify runInSequentialTasks across all sequential task work#89978
Conversation
Collaborator
Tests Passed |
Collaborator
Stats from current PR🟢 1 improvement
📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **398 kB** → **398 kB** ✅ -4 B80 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
📝 Changed Files (10 files)Files with changes:
View diffsapp-page-exp..ntime.dev.jsfailed to diffapp-page-exp..time.prod.jsDiff too large to display app-page-tur..ntime.dev.jsfailed to diffapp-page-tur..time.prod.jsDiff too large to display app-page-tur..ntime.dev.jsfailed to diffapp-page-tur..time.prod.jsDiff too large to display app-page.runtime.dev.jsfailed to diffapp-page.runtime.prod.jsfailed to diffpages-api.runtime.dev.jsDiff too large to display pages.runtime.dev.jsDiff too large to display |
193522d to
4059118
Compare
f823908 to
e2b4c1e
Compare
4059118 to
deb84d0
Compare
e2b4c1e to
494fcfb
Compare
0ad577d to
61ec827
Compare
494fcfb to
ff08e12
Compare
61ec827 to
5ba1abc
Compare
c4ef86b to
001140b
Compare
Base automatically changed from
jstory/cleanup-task-pipelining
to
jstory/use-stage-controller-for-prerender
February 16, 2026 22:18
832b6e2 to
e98dc62
Compare
Base automatically changed from
jstory/use-stage-controller-for-prerender
to
canary
February 17, 2026 00:13
213cc10 to
5fcecfc
Compare
The older methods were so close in function to runInSequentialTasks we've now unified the interface and use it consistently everywhere.
5fcecfc to
de7e2df
Compare
lubieowoce
approved these changes
Feb 18, 2026
gnoff
added a commit
that referenced
this pull request
Feb 18, 2026
Stacked on #89978 When the AbortSignal passed to the StagedRenderingController is aborted there is some logic to potentially abort any unresolved stage promises. Semantically anything we have a render with a stage controller that is aborted we must ensure no stage promises are left in a perpetually pending state.
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.
Stacked on #90065
The older methods were so close in function to runInSequentialTasks we've now unified the interface and use it consistently everywhere.