Skip to content

Backport #2522: perf(core): cache local dev server port per process - #2528

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable
Jun 22, 2026
Merged

Backport #2522: perf(core): cache local dev server port per process#2528
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Backport of #2522 to stable.

What

Caches the resolved local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on the non-Vercel branch of runWorkflow. A transient undefined (server not listening yet) is not cached so discovery retries; concurrent first calls share one in-flight lookup. Vercel is unaffected (isVercel short-circuit).

Adaptation for stable

On main, #2522 modified an existing get-port-lazy.ts whose createRequire/Turbopack lazy-load indirection is a separate main-only change. On stable, getPort is statically imported into workflow.ts, so this backport adds the same caching contract (same exports, same test) as a small module wrapping the static resolver instead. Scope matches the original PR: only the runWorkflow replay call site is cached — step-handler.ts still calls getPort() directly, as on main.

Tests

New get-port-lazy.test.ts verifies the caching contract via an injected resolver: resolves once and reuses (single OS query), dedupes concurrent first calls, and does not cache undefined. Full @workflow/core unit suite passes locally (732 tests).

🤖 Generated with Claude Code

The non-Vercel branch of runWorkflow calls the local-port resolver on
every replay to find the dev server port. getPort() rediscovers the port
each call by querying the OS for the process's listening sockets — on
macOS that spawns lsof (~60ms), paid on every replay and dominating local
time-to-first-step.
The port is stable for the process lifetime, so resolve it once and reuse
it. A transient undefined (server not yet listening) is not cached so
discovery retries; concurrent first calls share one in-flight lookup.
Backport of #2522. On stable, getPort is statically imported (the
main-only getPortLazy createRequire/Turbopack indirection does not exist
here), so the cache wraps the static resolver instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VaguelySerious
VaguelySerious requested a review from a team as a code ownerJune 18, 2026 22:02
@vercel

vercelBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440781122
✅ 💻 Local Development11380861224
✅ 📦 Local Production11380861224
✅ 🐘 Local Postgres11260981224
✅ 🪟 Windows10200102
❌ 🌍 Community Worlds76996181
✅ 📋 Other574038612
Total5198993925689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

turso (80 failed):

  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVECA2TMM7MR742NM87JHCJ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVEC893K3Z3EAZS00NV17DQD
  • promiseRaceWorkflow | wrun_01KVEC8FZ2FJEYYTRNKS89KCBQ
  • promiseAnyWorkflow | wrun_01KVEC8KEQ6FSMJ82D5PGGGXD0
  • importedStepOnlyWorkflow | wrun_01KVECAFBSHYG5C8747G7MM7TD
  • readableStreamWorkflow | wrun_01KVEC8NPC8ZEAFE2E2S0E022J
  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • webhookWorkflow | wrun_01KVEC9H7FT3488STFA7NM6S83
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • parallelSleepWorkflow | wrun_01KVECBFT8RBN1CTK04WJEXXST
  • nullByteWorkflow | wrun_01KVECBKMFK50FNGB92W748XJ0
  • workflowAndStepMetadataWorkflow | wrun_01KVECBNYVJB4Y8V76FR3C0T2R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVECE9JTSRM7PTKH8T4E8K5Z
  • writableForwardedFromWorkflowWorkflow | wrun_01KVECEWSPTEHTD2ZG0CBX22FW
  • writableForwardedFromStepWorkflow | wrun_01KVECF2M3C90E4ZVAWR58C62M
  • fetchWorkflow | wrun_01KVECF7PF7TZR5DG9R7YXC37E
  • promiseRaceStressTestWorkflow | wrun_01KVECFB467BHE4FFQRJTX4JVF
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVECK1ZYRE0D4D4CX5G96ZBT
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVECKYZBPD60F3QJJ3G08VDY
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVECM39YW3D51YHXBQ6ACAZY
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVECPVSDF4P3VKSJVQEQ0GSJ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVECQD1B0TQKJ0AA80M2K51Z
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVECQP8GEVDHC1REHYGTH1QX
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVECQWT97VP53G04V1TT9SEY
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVECQZ1AV05RAP5X3J72PRFE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVECRGVV58MHXPX8ES1W0KCJ
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVECRPV4HQV3AQ9ZXA3G6QH8
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVECRZ3SHRVJCF2MNVJD786P
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVECS78B9QT64PKA8N1FQM0X
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVECSFH2Q9EMKAB5M48R0CYA
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVECSPGGCQXP83H7HKAXQM2E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVECSYTE7P3ADDWY46KJ8VSJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVECTD1Q1F93TPX7JKWAVNYP
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVECTP68A0GFV0E78FHJKG4C
  • cancelRun - cancelling a running workflow | wrun_01KVECTZDQCN8K4KWH32VP7BK4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVECV8W3290G27ZZA2TKJNYW
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVECVPB1TWRDN1483ENZ11NV
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVECW73P8RDZCF71AHCN1761
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVECWJ7N3YB6JVQZ7TWTM3CZ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVECWTCH6QEE1855TMR3S7ZR
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVECWWKJ8FTMRWNZ5RQ1RKYM
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9408
✅ example9408
✅ express9408
✅ fastify9408
✅ hono9408
✅ nextjs-turbopack9903
✅ nextjs-webpack9903
✅ nitro9408
✅ nuxt9408
✅ sveltekit9408
✅ vite9408
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9507
✅ express-stable9507
✅ fastify-stable9507
✅ hono-stable9507
✅ nextjs-turbopack-canary82020
✅ nextjs-turbopack-stable10101
✅ nextjs-webpack-canary82020
✅ nextjs-webpack-stable10101
✅ nitro-stable9507
✅ nuxt-stable9507
✅ sveltekit-stable9507
✅ vite-stable9507
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis64190
✅ turso-dev302
❌ turso3800
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9606
✅ e2e-local-dev-tanstack-start-stable9606
✅ e2e-local-postgres-nest-stable9507
✅ e2e-local-postgres-tanstack-start-stable9507
✅ e2e-local-prod-nest-stable9606
✅ e2e-local-prod-tanstack-start-stable9606

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 5a4c6cf into stableJun 22, 2026
215 of 231 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-2522-to-stable branch June 22, 2026 19:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Backport #2522: perf(core): cache local dev server port per process by VaguelySerious · Pull Request #2528 · vercel/workflow · GitHub
Skip to content

Backport #2522: perf(core): cache local dev server port per process - #2528

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable
Jun 22, 2026
Merged

Backport #2522: perf(core): cache local dev server port per process#2528
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Backport of #2522 to stable.

What

Caches the resolved local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on the non-Vercel branch of runWorkflow. A transient undefined (server not listening yet) is not cached so discovery retries; concurrent first calls share one in-flight lookup. Vercel is unaffected (isVercel short-circuit).

Adaptation for stable

On main, #2522 modified an existing get-port-lazy.ts whose createRequire/Turbopack lazy-load indirection is a separate main-only change. On stable, getPort is statically imported into workflow.ts, so this backport adds the same caching contract (same exports, same test) as a small module wrapping the static resolver instead. Scope matches the original PR: only the runWorkflow replay call site is cached — step-handler.ts still calls getPort() directly, as on main.

Tests

New get-port-lazy.test.ts verifies the caching contract via an injected resolver: resolves once and reuses (single OS query), dedupes concurrent first calls, and does not cache undefined. Full @workflow/core unit suite passes locally (732 tests).

🤖 Generated with Claude Code

The non-Vercel branch of runWorkflow calls the local-port resolver on
every replay to find the dev server port. getPort() rediscovers the port
each call by querying the OS for the process's listening sockets — on
macOS that spawns lsof (~60ms), paid on every replay and dominating local
time-to-first-step.
The port is stable for the process lifetime, so resolve it once and reuse
it. A transient undefined (server not yet listening) is not cached so
discovery retries; concurrent first calls share one in-flight lookup.
Backport of #2522. On stable, getPort is statically imported (the
main-only getPortLazy createRequire/Turbopack indirection does not exist
here), so the cache wraps the static resolver instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VaguelySerious
VaguelySerious requested a review from a team as a code ownerJune 18, 2026 22:02
@vercel

vercelBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440781122
✅ 💻 Local Development11380861224
✅ 📦 Local Production11380861224
✅ 🐘 Local Postgres11260981224
✅ 🪟 Windows10200102
❌ 🌍 Community Worlds76996181
✅ 📋 Other574038612
Total5198993925689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

turso (80 failed):

  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVECA2TMM7MR742NM87JHCJ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVEC893K3Z3EAZS00NV17DQD
  • promiseRaceWorkflow | wrun_01KVEC8FZ2FJEYYTRNKS89KCBQ
  • promiseAnyWorkflow | wrun_01KVEC8KEQ6FSMJ82D5PGGGXD0
  • importedStepOnlyWorkflow | wrun_01KVECAFBSHYG5C8747G7MM7TD
  • readableStreamWorkflow | wrun_01KVEC8NPC8ZEAFE2E2S0E022J
  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • webhookWorkflow | wrun_01KVEC9H7FT3488STFA7NM6S83
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • parallelSleepWorkflow | wrun_01KVECBFT8RBN1CTK04WJEXXST
  • nullByteWorkflow | wrun_01KVECBKMFK50FNGB92W748XJ0
  • workflowAndStepMetadataWorkflow | wrun_01KVECBNYVJB4Y8V76FR3C0T2R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVECE9JTSRM7PTKH8T4E8K5Z
  • writableForwardedFromWorkflowWorkflow | wrun_01KVECEWSPTEHTD2ZG0CBX22FW
  • writableForwardedFromStepWorkflow | wrun_01KVECF2M3C90E4ZVAWR58C62M
  • fetchWorkflow | wrun_01KVECF7PF7TZR5DG9R7YXC37E
  • promiseRaceStressTestWorkflow | wrun_01KVECFB467BHE4FFQRJTX4JVF
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVECK1ZYRE0D4D4CX5G96ZBT
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVECKYZBPD60F3QJJ3G08VDY
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVECM39YW3D51YHXBQ6ACAZY
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVECPVSDF4P3VKSJVQEQ0GSJ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVECQD1B0TQKJ0AA80M2K51Z
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVECQP8GEVDHC1REHYGTH1QX
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVECQWT97VP53G04V1TT9SEY
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVECQZ1AV05RAP5X3J72PRFE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVECRGVV58MHXPX8ES1W0KCJ
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVECRPV4HQV3AQ9ZXA3G6QH8
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVECRZ3SHRVJCF2MNVJD786P
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVECS78B9QT64PKA8N1FQM0X
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVECSFH2Q9EMKAB5M48R0CYA
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVECSPGGCQXP83H7HKAXQM2E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVECSYTE7P3ADDWY46KJ8VSJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVECTD1Q1F93TPX7JKWAVNYP
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVECTP68A0GFV0E78FHJKG4C
  • cancelRun - cancelling a running workflow | wrun_01KVECTZDQCN8K4KWH32VP7BK4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVECV8W3290G27ZZA2TKJNYW
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVECVPB1TWRDN1483ENZ11NV
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVECW73P8RDZCF71AHCN1761
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVECWJ7N3YB6JVQZ7TWTM3CZ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVECWTCH6QEE1855TMR3S7ZR
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVECWWKJ8FTMRWNZ5RQ1RKYM
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9408
✅ example9408
✅ express9408
✅ fastify9408
✅ hono9408
✅ nextjs-turbopack9903
✅ nextjs-webpack9903
✅ nitro9408
✅ nuxt9408
✅ sveltekit9408
✅ vite9408
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9507
✅ express-stable9507
✅ fastify-stable9507
✅ hono-stable9507
✅ nextjs-turbopack-canary82020
✅ nextjs-turbopack-stable10101
✅ nextjs-webpack-canary82020
✅ nextjs-webpack-stable10101
✅ nitro-stable9507
✅ nuxt-stable9507
✅ sveltekit-stable9507
✅ vite-stable9507
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis64190
✅ turso-dev302
❌ turso3800
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9606
✅ e2e-local-dev-tanstack-start-stable9606
✅ e2e-local-postgres-nest-stable9507
✅ e2e-local-postgres-tanstack-start-stable9507
✅ e2e-local-prod-nest-stable9606
✅ e2e-local-prod-tanstack-start-stable9606

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 5a4c6cf into stableJun 22, 2026
215 of 231 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-2522-to-stable branch June 22, 2026 19:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Backport #2522: perf(core): cache local dev server port per process by VaguelySerious · Pull Request #2528 · vercel/workflow · GitHub
Skip to content

Backport #2522: perf(core): cache local dev server port per process - #2528

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable
Jun 22, 2026
Merged

Backport #2522: perf(core): cache local dev server port per process#2528
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Backport of #2522 to stable.

What

Caches the resolved local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on the non-Vercel branch of runWorkflow. A transient undefined (server not listening yet) is not cached so discovery retries; concurrent first calls share one in-flight lookup. Vercel is unaffected (isVercel short-circuit).

Adaptation for stable

On main, #2522 modified an existing get-port-lazy.ts whose createRequire/Turbopack lazy-load indirection is a separate main-only change. On stable, getPort is statically imported into workflow.ts, so this backport adds the same caching contract (same exports, same test) as a small module wrapping the static resolver instead. Scope matches the original PR: only the runWorkflow replay call site is cached — step-handler.ts still calls getPort() directly, as on main.

Tests

New get-port-lazy.test.ts verifies the caching contract via an injected resolver: resolves once and reuses (single OS query), dedupes concurrent first calls, and does not cache undefined. Full @workflow/core unit suite passes locally (732 tests).

🤖 Generated with Claude Code

The non-Vercel branch of runWorkflow calls the local-port resolver on
every replay to find the dev server port. getPort() rediscovers the port
each call by querying the OS for the process's listening sockets — on
macOS that spawns lsof (~60ms), paid on every replay and dominating local
time-to-first-step.
The port is stable for the process lifetime, so resolve it once and reuse
it. A transient undefined (server not yet listening) is not cached so
discovery retries; concurrent first calls share one in-flight lookup.
Backport of #2522. On stable, getPort is statically imported (the
main-only getPortLazy createRequire/Turbopack indirection does not exist
here), so the cache wraps the static resolver instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VaguelySerious
VaguelySerious requested a review from a team as a code ownerJune 18, 2026 22:02
@vercel

vercelBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440781122
✅ 💻 Local Development11380861224
✅ 📦 Local Production11380861224
✅ 🐘 Local Postgres11260981224
✅ 🪟 Windows10200102
❌ 🌍 Community Worlds76996181
✅ 📋 Other574038612
Total5198993925689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

turso (80 failed):

  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVECA2TMM7MR742NM87JHCJ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVEC893K3Z3EAZS00NV17DQD
  • promiseRaceWorkflow | wrun_01KVEC8FZ2FJEYYTRNKS89KCBQ
  • promiseAnyWorkflow | wrun_01KVEC8KEQ6FSMJ82D5PGGGXD0
  • importedStepOnlyWorkflow | wrun_01KVECAFBSHYG5C8747G7MM7TD
  • readableStreamWorkflow | wrun_01KVEC8NPC8ZEAFE2E2S0E022J
  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • webhookWorkflow | wrun_01KVEC9H7FT3488STFA7NM6S83
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • parallelSleepWorkflow | wrun_01KVECBFT8RBN1CTK04WJEXXST
  • nullByteWorkflow | wrun_01KVECBKMFK50FNGB92W748XJ0
  • workflowAndStepMetadataWorkflow | wrun_01KVECBNYVJB4Y8V76FR3C0T2R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVECE9JTSRM7PTKH8T4E8K5Z
  • writableForwardedFromWorkflowWorkflow | wrun_01KVECEWSPTEHTD2ZG0CBX22FW
  • writableForwardedFromStepWorkflow | wrun_01KVECF2M3C90E4ZVAWR58C62M
  • fetchWorkflow | wrun_01KVECF7PF7TZR5DG9R7YXC37E
  • promiseRaceStressTestWorkflow | wrun_01KVECFB467BHE4FFQRJTX4JVF
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVECK1ZYRE0D4D4CX5G96ZBT
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVECKYZBPD60F3QJJ3G08VDY
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVECM39YW3D51YHXBQ6ACAZY
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVECPVSDF4P3VKSJVQEQ0GSJ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVECQD1B0TQKJ0AA80M2K51Z
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVECQP8GEVDHC1REHYGTH1QX
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVECQWT97VP53G04V1TT9SEY
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVECQZ1AV05RAP5X3J72PRFE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVECRGVV58MHXPX8ES1W0KCJ
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVECRPV4HQV3AQ9ZXA3G6QH8
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVECRZ3SHRVJCF2MNVJD786P
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVECS78B9QT64PKA8N1FQM0X
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVECSFH2Q9EMKAB5M48R0CYA
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVECSPGGCQXP83H7HKAXQM2E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVECSYTE7P3ADDWY46KJ8VSJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVECTD1Q1F93TPX7JKWAVNYP
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVECTP68A0GFV0E78FHJKG4C
  • cancelRun - cancelling a running workflow | wrun_01KVECTZDQCN8K4KWH32VP7BK4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVECV8W3290G27ZZA2TKJNYW
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVECVPB1TWRDN1483ENZ11NV
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVECW73P8RDZCF71AHCN1761
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVECWJ7N3YB6JVQZ7TWTM3CZ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVECWTCH6QEE1855TMR3S7ZR
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVECWWKJ8FTMRWNZ5RQ1RKYM
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9408
✅ example9408
✅ express9408
✅ fastify9408
✅ hono9408
✅ nextjs-turbopack9903
✅ nextjs-webpack9903
✅ nitro9408
✅ nuxt9408
✅ sveltekit9408
✅ vite9408
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9507
✅ express-stable9507
✅ fastify-stable9507
✅ hono-stable9507
✅ nextjs-turbopack-canary82020
✅ nextjs-turbopack-stable10101
✅ nextjs-webpack-canary82020
✅ nextjs-webpack-stable10101
✅ nitro-stable9507
✅ nuxt-stable9507
✅ sveltekit-stable9507
✅ vite-stable9507
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis64190
✅ turso-dev302
❌ turso3800
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9606
✅ e2e-local-dev-tanstack-start-stable9606
✅ e2e-local-postgres-nest-stable9507
✅ e2e-local-postgres-tanstack-start-stable9507
✅ e2e-local-prod-nest-stable9606
✅ e2e-local-prod-tanstack-start-stable9606

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 5a4c6cf into stableJun 22, 2026
215 of 231 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-2522-to-stable branch June 22, 2026 19:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Backport #2522: perf(core): cache local dev server port per process by VaguelySerious · Pull Request #2528 · vercel/workflow · GitHub
Skip to content

Backport #2522: perf(core): cache local dev server port per process - #2528

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable
Jun 22, 2026
Merged

Backport #2522: perf(core): cache local dev server port per process#2528
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Backport of #2522 to stable.

What

Caches the resolved local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on the non-Vercel branch of runWorkflow. A transient undefined (server not listening yet) is not cached so discovery retries; concurrent first calls share one in-flight lookup. Vercel is unaffected (isVercel short-circuit).

Adaptation for stable

On main, #2522 modified an existing get-port-lazy.ts whose createRequire/Turbopack lazy-load indirection is a separate main-only change. On stable, getPort is statically imported into workflow.ts, so this backport adds the same caching contract (same exports, same test) as a small module wrapping the static resolver instead. Scope matches the original PR: only the runWorkflow replay call site is cached — step-handler.ts still calls getPort() directly, as on main.

Tests

New get-port-lazy.test.ts verifies the caching contract via an injected resolver: resolves once and reuses (single OS query), dedupes concurrent first calls, and does not cache undefined. Full @workflow/core unit suite passes locally (732 tests).

🤖 Generated with Claude Code

The non-Vercel branch of runWorkflow calls the local-port resolver on
every replay to find the dev server port. getPort() rediscovers the port
each call by querying the OS for the process's listening sockets — on
macOS that spawns lsof (~60ms), paid on every replay and dominating local
time-to-first-step.
The port is stable for the process lifetime, so resolve it once and reuse
it. A transient undefined (server not yet listening) is not cached so
discovery retries; concurrent first calls share one in-flight lookup.
Backport of #2522. On stable, getPort is statically imported (the
main-only getPortLazy createRequire/Turbopack indirection does not exist
here), so the cache wraps the static resolver instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VaguelySerious
VaguelySerious requested a review from a team as a code ownerJune 18, 2026 22:02
@vercel

vercelBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440781122
✅ 💻 Local Development11380861224
✅ 📦 Local Production11380861224
✅ 🐘 Local Postgres11260981224
✅ 🪟 Windows10200102
❌ 🌍 Community Worlds76996181
✅ 📋 Other574038612
Total5198993925689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

turso (80 failed):

  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVECA2TMM7MR742NM87JHCJ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVEC893K3Z3EAZS00NV17DQD
  • promiseRaceWorkflow | wrun_01KVEC8FZ2FJEYYTRNKS89KCBQ
  • promiseAnyWorkflow | wrun_01KVEC8KEQ6FSMJ82D5PGGGXD0
  • importedStepOnlyWorkflow | wrun_01KVECAFBSHYG5C8747G7MM7TD
  • readableStreamWorkflow | wrun_01KVEC8NPC8ZEAFE2E2S0E022J
  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • webhookWorkflow | wrun_01KVEC9H7FT3488STFA7NM6S83
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • parallelSleepWorkflow | wrun_01KVECBFT8RBN1CTK04WJEXXST
  • nullByteWorkflow | wrun_01KVECBKMFK50FNGB92W748XJ0
  • workflowAndStepMetadataWorkflow | wrun_01KVECBNYVJB4Y8V76FR3C0T2R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVECE9JTSRM7PTKH8T4E8K5Z
  • writableForwardedFromWorkflowWorkflow | wrun_01KVECEWSPTEHTD2ZG0CBX22FW
  • writableForwardedFromStepWorkflow | wrun_01KVECF2M3C90E4ZVAWR58C62M
  • fetchWorkflow | wrun_01KVECF7PF7TZR5DG9R7YXC37E
  • promiseRaceStressTestWorkflow | wrun_01KVECFB467BHE4FFQRJTX4JVF
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVECK1ZYRE0D4D4CX5G96ZBT
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVECKYZBPD60F3QJJ3G08VDY
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVECM39YW3D51YHXBQ6ACAZY
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVECPVSDF4P3VKSJVQEQ0GSJ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVECQD1B0TQKJ0AA80M2K51Z
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVECQP8GEVDHC1REHYGTH1QX
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVECQWT97VP53G04V1TT9SEY
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVECQZ1AV05RAP5X3J72PRFE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVECRGVV58MHXPX8ES1W0KCJ
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVECRPV4HQV3AQ9ZXA3G6QH8
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVECRZ3SHRVJCF2MNVJD786P
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVECS78B9QT64PKA8N1FQM0X
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVECSFH2Q9EMKAB5M48R0CYA
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVECSPGGCQXP83H7HKAXQM2E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVECSYTE7P3ADDWY46KJ8VSJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVECTD1Q1F93TPX7JKWAVNYP
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVECTP68A0GFV0E78FHJKG4C
  • cancelRun - cancelling a running workflow | wrun_01KVECTZDQCN8K4KWH32VP7BK4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVECV8W3290G27ZZA2TKJNYW
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVECVPB1TWRDN1483ENZ11NV
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVECW73P8RDZCF71AHCN1761
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVECWJ7N3YB6JVQZ7TWTM3CZ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVECWTCH6QEE1855TMR3S7ZR
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVECWWKJ8FTMRWNZ5RQ1RKYM
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9408
✅ example9408
✅ express9408
✅ fastify9408
✅ hono9408
✅ nextjs-turbopack9903
✅ nextjs-webpack9903
✅ nitro9408
✅ nuxt9408
✅ sveltekit9408
✅ vite9408
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9507
✅ express-stable9507
✅ fastify-stable9507
✅ hono-stable9507
✅ nextjs-turbopack-canary82020
✅ nextjs-turbopack-stable10101
✅ nextjs-webpack-canary82020
✅ nextjs-webpack-stable10101
✅ nitro-stable9507
✅ nuxt-stable9507
✅ sveltekit-stable9507
✅ vite-stable9507
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis64190
✅ turso-dev302
❌ turso3800
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9606
✅ e2e-local-dev-tanstack-start-stable9606
✅ e2e-local-postgres-nest-stable9507
✅ e2e-local-postgres-tanstack-start-stable9507
✅ e2e-local-prod-nest-stable9606
✅ e2e-local-prod-tanstack-start-stable9606

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 5a4c6cf into stableJun 22, 2026
215 of 231 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-2522-to-stable branch June 22, 2026 19:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Backport #2522: perf(core): cache local dev server port per process by VaguelySerious · Pull Request #2528 · vercel/workflow · GitHub
Skip to content

Backport #2522: perf(core): cache local dev server port per process - #2528

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable
Jun 22, 2026
Merged

Backport #2522: perf(core): cache local dev server port per process#2528
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Backport of #2522 to stable.

What

Caches the resolved local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on the non-Vercel branch of runWorkflow. A transient undefined (server not listening yet) is not cached so discovery retries; concurrent first calls share one in-flight lookup. Vercel is unaffected (isVercel short-circuit).

Adaptation for stable

On main, #2522 modified an existing get-port-lazy.ts whose createRequire/Turbopack lazy-load indirection is a separate main-only change. On stable, getPort is statically imported into workflow.ts, so this backport adds the same caching contract (same exports, same test) as a small module wrapping the static resolver instead. Scope matches the original PR: only the runWorkflow replay call site is cached — step-handler.ts still calls getPort() directly, as on main.

Tests

New get-port-lazy.test.ts verifies the caching contract via an injected resolver: resolves once and reuses (single OS query), dedupes concurrent first calls, and does not cache undefined. Full @workflow/core unit suite passes locally (732 tests).

🤖 Generated with Claude Code

The non-Vercel branch of runWorkflow calls the local-port resolver on
every replay to find the dev server port. getPort() rediscovers the port
each call by querying the OS for the process's listening sockets — on
macOS that spawns lsof (~60ms), paid on every replay and dominating local
time-to-first-step.
The port is stable for the process lifetime, so resolve it once and reuse
it. A transient undefined (server not yet listening) is not cached so
discovery retries; concurrent first calls share one in-flight lookup.
Backport of #2522. On stable, getPort is statically imported (the
main-only getPortLazy createRequire/Turbopack indirection does not exist
here), so the cache wraps the static resolver instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VaguelySerious
VaguelySerious requested a review from a team as a code ownerJune 18, 2026 22:02
@vercel

vercelBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440781122
✅ 💻 Local Development11380861224
✅ 📦 Local Production11380861224
✅ 🐘 Local Postgres11260981224
✅ 🪟 Windows10200102
❌ 🌍 Community Worlds76996181
✅ 📋 Other574038612
Total5198993925689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

turso (80 failed):

  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVECA2TMM7MR742NM87JHCJ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVEC893K3Z3EAZS00NV17DQD
  • promiseRaceWorkflow | wrun_01KVEC8FZ2FJEYYTRNKS89KCBQ
  • promiseAnyWorkflow | wrun_01KVEC8KEQ6FSMJ82D5PGGGXD0
  • importedStepOnlyWorkflow | wrun_01KVECAFBSHYG5C8747G7MM7TD
  • readableStreamWorkflow | wrun_01KVEC8NPC8ZEAFE2E2S0E022J
  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • webhookWorkflow | wrun_01KVEC9H7FT3488STFA7NM6S83
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • parallelSleepWorkflow | wrun_01KVECBFT8RBN1CTK04WJEXXST
  • nullByteWorkflow | wrun_01KVECBKMFK50FNGB92W748XJ0
  • workflowAndStepMetadataWorkflow | wrun_01KVECBNYVJB4Y8V76FR3C0T2R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVECE9JTSRM7PTKH8T4E8K5Z
  • writableForwardedFromWorkflowWorkflow | wrun_01KVECEWSPTEHTD2ZG0CBX22FW
  • writableForwardedFromStepWorkflow | wrun_01KVECF2M3C90E4ZVAWR58C62M
  • fetchWorkflow | wrun_01KVECF7PF7TZR5DG9R7YXC37E
  • promiseRaceStressTestWorkflow | wrun_01KVECFB467BHE4FFQRJTX4JVF
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVECK1ZYRE0D4D4CX5G96ZBT
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVECKYZBPD60F3QJJ3G08VDY
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVECM39YW3D51YHXBQ6ACAZY
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVECPVSDF4P3VKSJVQEQ0GSJ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVECQD1B0TQKJ0AA80M2K51Z
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVECQP8GEVDHC1REHYGTH1QX
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVECQWT97VP53G04V1TT9SEY
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVECQZ1AV05RAP5X3J72PRFE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVECRGVV58MHXPX8ES1W0KCJ
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVECRPV4HQV3AQ9ZXA3G6QH8
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVECRZ3SHRVJCF2MNVJD786P
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVECS78B9QT64PKA8N1FQM0X
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVECSFH2Q9EMKAB5M48R0CYA
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVECSPGGCQXP83H7HKAXQM2E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVECSYTE7P3ADDWY46KJ8VSJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVECTD1Q1F93TPX7JKWAVNYP
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVECTP68A0GFV0E78FHJKG4C
  • cancelRun - cancelling a running workflow | wrun_01KVECTZDQCN8K4KWH32VP7BK4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVECV8W3290G27ZZA2TKJNYW
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVECVPB1TWRDN1483ENZ11NV
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVECW73P8RDZCF71AHCN1761
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVECWJ7N3YB6JVQZ7TWTM3CZ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVECWTCH6QEE1855TMR3S7ZR
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVECWWKJ8FTMRWNZ5RQ1RKYM
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9408
✅ example9408
✅ express9408
✅ fastify9408
✅ hono9408
✅ nextjs-turbopack9903
✅ nextjs-webpack9903
✅ nitro9408
✅ nuxt9408
✅ sveltekit9408
✅ vite9408
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9507
✅ express-stable9507
✅ fastify-stable9507
✅ hono-stable9507
✅ nextjs-turbopack-canary82020
✅ nextjs-turbopack-stable10101
✅ nextjs-webpack-canary82020
✅ nextjs-webpack-stable10101
✅ nitro-stable9507
✅ nuxt-stable9507
✅ sveltekit-stable9507
✅ vite-stable9507
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis64190
✅ turso-dev302
❌ turso3800
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9606
✅ e2e-local-dev-tanstack-start-stable9606
✅ e2e-local-postgres-nest-stable9507
✅ e2e-local-postgres-tanstack-start-stable9507
✅ e2e-local-prod-nest-stable9606
✅ e2e-local-prod-tanstack-start-stable9606

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 5a4c6cf into stableJun 22, 2026
215 of 231 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-2522-to-stable branch June 22, 2026 19:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Backport #2522: perf(core): cache local dev server port per process by VaguelySerious · Pull Request #2528 · vercel/workflow · GitHub
Skip to content

Backport #2522: perf(core): cache local dev server port per process - #2528

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable
Jun 22, 2026
Merged

Backport #2522: perf(core): cache local dev server port per process#2528
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Backport of #2522 to stable.

What

Caches the resolved local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on the non-Vercel branch of runWorkflow. A transient undefined (server not listening yet) is not cached so discovery retries; concurrent first calls share one in-flight lookup. Vercel is unaffected (isVercel short-circuit).

Adaptation for stable

On main, #2522 modified an existing get-port-lazy.ts whose createRequire/Turbopack lazy-load indirection is a separate main-only change. On stable, getPort is statically imported into workflow.ts, so this backport adds the same caching contract (same exports, same test) as a small module wrapping the static resolver instead. Scope matches the original PR: only the runWorkflow replay call site is cached — step-handler.ts still calls getPort() directly, as on main.

Tests

New get-port-lazy.test.ts verifies the caching contract via an injected resolver: resolves once and reuses (single OS query), dedupes concurrent first calls, and does not cache undefined. Full @workflow/core unit suite passes locally (732 tests).

🤖 Generated with Claude Code

The non-Vercel branch of runWorkflow calls the local-port resolver on
every replay to find the dev server port. getPort() rediscovers the port
each call by querying the OS for the process's listening sockets — on
macOS that spawns lsof (~60ms), paid on every replay and dominating local
time-to-first-step.
The port is stable for the process lifetime, so resolve it once and reuse
it. A transient undefined (server not yet listening) is not cached so
discovery retries; concurrent first calls share one in-flight lookup.
Backport of #2522. On stable, getPort is statically imported (the
main-only getPortLazy createRequire/Turbopack indirection does not exist
here), so the cache wraps the static resolver instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VaguelySerious
VaguelySerious requested a review from a team as a code ownerJune 18, 2026 22:02
@vercel

vercelBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440781122
✅ 💻 Local Development11380861224
✅ 📦 Local Production11380861224
✅ 🐘 Local Postgres11260981224
✅ 🪟 Windows10200102
❌ 🌍 Community Worlds76996181
✅ 📋 Other574038612
Total5198993925689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

turso (80 failed):

  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVECA2TMM7MR742NM87JHCJ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVEC893K3Z3EAZS00NV17DQD
  • promiseRaceWorkflow | wrun_01KVEC8FZ2FJEYYTRNKS89KCBQ
  • promiseAnyWorkflow | wrun_01KVEC8KEQ6FSMJ82D5PGGGXD0
  • importedStepOnlyWorkflow | wrun_01KVECAFBSHYG5C8747G7MM7TD
  • readableStreamWorkflow | wrun_01KVEC8NPC8ZEAFE2E2S0E022J
  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • webhookWorkflow | wrun_01KVEC9H7FT3488STFA7NM6S83
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • parallelSleepWorkflow | wrun_01KVECBFT8RBN1CTK04WJEXXST
  • nullByteWorkflow | wrun_01KVECBKMFK50FNGB92W748XJ0
  • workflowAndStepMetadataWorkflow | wrun_01KVECBNYVJB4Y8V76FR3C0T2R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVECE9JTSRM7PTKH8T4E8K5Z
  • writableForwardedFromWorkflowWorkflow | wrun_01KVECEWSPTEHTD2ZG0CBX22FW
  • writableForwardedFromStepWorkflow | wrun_01KVECF2M3C90E4ZVAWR58C62M
  • fetchWorkflow | wrun_01KVECF7PF7TZR5DG9R7YXC37E
  • promiseRaceStressTestWorkflow | wrun_01KVECFB467BHE4FFQRJTX4JVF
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVECK1ZYRE0D4D4CX5G96ZBT
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVECKYZBPD60F3QJJ3G08VDY
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVECM39YW3D51YHXBQ6ACAZY
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVECPVSDF4P3VKSJVQEQ0GSJ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVECQD1B0TQKJ0AA80M2K51Z
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVECQP8GEVDHC1REHYGTH1QX
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVECQWT97VP53G04V1TT9SEY
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVECQZ1AV05RAP5X3J72PRFE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVECRGVV58MHXPX8ES1W0KCJ
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVECRPV4HQV3AQ9ZXA3G6QH8
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVECRZ3SHRVJCF2MNVJD786P
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVECS78B9QT64PKA8N1FQM0X
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVECSFH2Q9EMKAB5M48R0CYA
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVECSPGGCQXP83H7HKAXQM2E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVECSYTE7P3ADDWY46KJ8VSJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVECTD1Q1F93TPX7JKWAVNYP
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVECTP68A0GFV0E78FHJKG4C
  • cancelRun - cancelling a running workflow | wrun_01KVECTZDQCN8K4KWH32VP7BK4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVECV8W3290G27ZZA2TKJNYW
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVECVPB1TWRDN1483ENZ11NV
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVECW73P8RDZCF71AHCN1761
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVECWJ7N3YB6JVQZ7TWTM3CZ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVECWTCH6QEE1855TMR3S7ZR
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVECWWKJ8FTMRWNZ5RQ1RKYM
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9408
✅ example9408
✅ express9408
✅ fastify9408
✅ hono9408
✅ nextjs-turbopack9903
✅ nextjs-webpack9903
✅ nitro9408
✅ nuxt9408
✅ sveltekit9408
✅ vite9408
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9507
✅ express-stable9507
✅ fastify-stable9507
✅ hono-stable9507
✅ nextjs-turbopack-canary82020
✅ nextjs-turbopack-stable10101
✅ nextjs-webpack-canary82020
✅ nextjs-webpack-stable10101
✅ nitro-stable9507
✅ nuxt-stable9507
✅ sveltekit-stable9507
✅ vite-stable9507
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis64190
✅ turso-dev302
❌ turso3800
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9606
✅ e2e-local-dev-tanstack-start-stable9606
✅ e2e-local-postgres-nest-stable9507
✅ e2e-local-postgres-tanstack-start-stable9507
✅ e2e-local-prod-nest-stable9606
✅ e2e-local-prod-tanstack-start-stable9606

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 5a4c6cf into stableJun 22, 2026
215 of 231 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-2522-to-stable branch June 22, 2026 19:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); Backport #2522: perf(core): cache local dev server port per process by VaguelySerious · Pull Request #2528 · vercel/workflow · GitHub
Skip to content

Backport #2522: perf(core): cache local dev server port per process - #2528

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable
Jun 22, 2026
Merged

Backport #2522: perf(core): cache local dev server port per process#2528
VaguelySerious merged 1 commit into
stablefrom
backport/pr-2522-to-stable

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Backport of #2522 to stable.

What

Caches the resolved local dev server port per process so workflow replays no longer re-run OS port discovery (which spawns lsof on macOS, ~60ms) on the non-Vercel branch of runWorkflow. A transient undefined (server not listening yet) is not cached so discovery retries; concurrent first calls share one in-flight lookup. Vercel is unaffected (isVercel short-circuit).

Adaptation for stable

On main, #2522 modified an existing get-port-lazy.ts whose createRequire/Turbopack lazy-load indirection is a separate main-only change. On stable, getPort is statically imported into workflow.ts, so this backport adds the same caching contract (same exports, same test) as a small module wrapping the static resolver instead. Scope matches the original PR: only the runWorkflow replay call site is cached — step-handler.ts still calls getPort() directly, as on main.

Tests

New get-port-lazy.test.ts verifies the caching contract via an injected resolver: resolves once and reuses (single OS query), dedupes concurrent first calls, and does not cache undefined. Full @workflow/core unit suite passes locally (732 tests).

🤖 Generated with Claude Code

The non-Vercel branch of runWorkflow calls the local-port resolver on
every replay to find the dev server port. getPort() rediscovers the port
each call by querying the OS for the process's listening sockets — on
macOS that spawns lsof (~60ms), paid on every replay and dominating local
time-to-first-step.
The port is stable for the process lifetime, so resolve it once and reuse
it. A transient undefined (server not yet listening) is not cached so
discovery retries; concurrent first calls share one in-flight lookup.
Backport of #2522. On stable, getPort is statically imported (the
main-only getPortLazy createRequire/Turbopack indirection does not exist
here), so the cache wraps the static resolver instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VaguelySerious
VaguelySerious requested a review from a team as a code ownerJune 18, 2026 22:02
@vercel

vercelBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440781122
✅ 💻 Local Development11380861224
✅ 📦 Local Production11380861224
✅ 🐘 Local Postgres11260981224
✅ 🪟 Windows10200102
❌ 🌍 Community Worlds76996181
✅ 📋 Other574038612
Total5198993925689

❌ Failed Tests

🌍 Community Worlds (99 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

turso (80 failed):

  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • addTenWorkflow | wrun_01KVEC7ZN24AQW8F8TT17G1ERA
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KVECA2TMM7MR742NM87JHCJ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KVEC893K3Z3EAZS00NV17DQD
  • promiseRaceWorkflow | wrun_01KVEC8FZ2FJEYYTRNKS89KCBQ
  • promiseAnyWorkflow | wrun_01KVEC8KEQ6FSMJ82D5PGGGXD0
  • importedStepOnlyWorkflow | wrun_01KVECAFBSHYG5C8747G7MM7TD
  • readableStreamWorkflow | wrun_01KVEC8NPC8ZEAFE2E2S0E022J
  • hookWorkflow | wrun_01KVEC9529YANJVMXQ8CVAXQA0
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KVEC9DDXSF3F5H534JZ1F161
  • webhookWorkflow | wrun_01KVEC9H7FT3488STFA7NM6S83
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KVEC9QQ1PWAE5HJBHCR1VB6E
  • sleepingWorkflow | wrun_01KVECAYB6PB3170TCEF3JTPKK
  • parallelSleepWorkflow | wrun_01KVECBFT8RBN1CTK04WJEXXST
  • nullByteWorkflow | wrun_01KVECBKMFK50FNGB92W748XJ0
  • workflowAndStepMetadataWorkflow | wrun_01KVECBNYVJB4Y8V76FR3C0T2R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KVECE9JTSRM7PTKH8T4E8K5Z
  • writableForwardedFromWorkflowWorkflow | wrun_01KVECEWSPTEHTD2ZG0CBX22FW
  • writableForwardedFromStepWorkflow | wrun_01KVECF2M3C90E4ZVAWR58C62M
  • fetchWorkflow | wrun_01KVECF7PF7TZR5DG9R7YXC37E
  • promiseRaceStressTestWorkflow | wrun_01KVECFB467BHE4FFQRJTX4JVF
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KVECK1ZYRE0D4D4CX5G96ZBT
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KVECKFT7JZC7J7QQSZ24HKD5
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KVECKW8TJCGRQ6CVXG0MSHC1
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KVECKYZBPD60F3QJJ3G08VDY
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KVECM39YW3D51YHXBQ6ACAZY
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KVECM6JFBG8ETXZS3K0A89W0
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KVECMNVHWZC8BFGDMDZ87Q9F
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KVECNKR1C08H8WBW5G437XK9
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KVECNSG66QARKE2DR9TT44RK
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KVECP2AWQ858J2STCHRGAS90
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KVECP9P17180577GHC5JKWXR
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KVECPKT3WTFBK522WMS5TG4E
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KVECPVSDF4P3VKSJVQEQ0GSJ
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KVECQD1B0TQKJ0AA80M2K51Z
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KVECQP8GEVDHC1REHYGTH1QX
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KVECQWT97VP53G04V1TT9SEY
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KVECQZ1AV05RAP5X3J72PRFE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KVECRGVV58MHXPX8ES1W0KCJ
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KVECRPV4HQV3AQ9ZXA3G6QH8
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KVECRZ3SHRVJCF2MNVJD786P
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KVECS78B9QT64PKA8N1FQM0X
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KVECSFH2Q9EMKAB5M48R0CYA
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KVECSPGGCQXP83H7HKAXQM2E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KVECSYTE7P3ADDWY46KJ8VSJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KVECTD1Q1F93TPX7JKWAVNYP
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KVECTP68A0GFV0E78FHJKG4C
  • cancelRun - cancelling a running workflow | wrun_01KVECTZDQCN8K4KWH32VP7BK4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KVECV8W3290G27ZZA2TKJNYW
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KVECVPB1TWRDN1483ENZ11NV
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KVECW73P8RDZCF71AHCN1761
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KVECWJ7N3YB6JVQZ7TWTM3CZ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KVECWTCH6QEE1855TMR3S7ZR
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KVECWWKJ8FTMRWNZ5RQ1RKYM
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KVECWZ12Q7BXTHZH2FK31EX6

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9408
✅ example9408
✅ express9408
✅ fastify9408
✅ hono9408
✅ nextjs-turbopack9903
✅ nextjs-webpack9903
✅ nitro9408
✅ nuxt9408
✅ sveltekit9408
✅ vite9408
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9606
✅ express-stable9606
✅ fastify-stable9606
✅ hono-stable9606
✅ nextjs-turbopack-canary83019
✅ nextjs-turbopack-stable10200
✅ nextjs-webpack-canary83019
✅ nextjs-webpack-stable10200
✅ nitro-stable9606
✅ nuxt-stable9606
✅ sveltekit-stable9606
✅ vite-stable9606
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9507
✅ express-stable9507
✅ fastify-stable9507
✅ hono-stable9507
✅ nextjs-turbopack-canary82020
✅ nextjs-turbopack-stable10101
✅ nextjs-webpack-canary82020
✅ nextjs-webpack-stable10101
✅ nitro-stable9507
✅ nuxt-stable9507
✅ sveltekit-stable9507
✅ vite-stable9507
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis64190
✅ turso-dev302
❌ turso3800
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9606
✅ e2e-local-dev-tanstack-start-stable9606
✅ e2e-local-postgres-nest-stable9507
✅ e2e-local-postgres-tanstack-start-stable9507
✅ e2e-local-prod-nest-stable9606
✅ e2e-local-prod-tanstack-start-stable9606

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 5a4c6cf into stableJun 22, 2026
215 of 231 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-2522-to-stable branch June 22, 2026 19:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@VaguelySerious@karthikscale3