Skip to content

[world-postgres] Add migrations from pg-boss to graphile-worker queue#1126

Merged
VaguelySerious merged 11 commits intomainfrom
peter/graphile-postgres-migrations
Feb 21, 2026
Merged

[world-postgres] Add migrations from pg-boss to graphile-worker queue#1126
VaguelySerious merged 11 commits intomainfrom
peter/graphile-postgres-migrations

Conversation

@VaguelySerious
Copy link
Member

Follow-up to #1124 to add migrations for backwards-compat.

kschmelter13 and others added 8 commits February 19, 2026 11:47
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: kschmelter13 <kschmelter13@gmail.com>
Signed-off-by: kschmelter13 <kschmelter13@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: kschmelter13 <kschmelter13@gmail.com>
Signed-off-by: kschmelter13 <kschmelter13@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: kschmelter13 <kschmelter13@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Minor to patch

Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Kevin <kschmelter13@gmail.com>
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Kevin <kschmelter13@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel
Copy link
Contributor

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Feb 21, 2026 0:29am
example-nextjs-workflow-webpack Ready Ready Preview, Comment Feb 21, 2026 0:29am
example-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-astro-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-express-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-fastify-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-hono-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-nitro-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-nuxt-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-sveltekit-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workbench-vite-workflow Ready Ready Preview, Comment Feb 21, 2026 0:29am
workflow-nest Ready Ready Preview, Comment Feb 21, 2026 0:29am
workflow-swc-playground Ready Ready Preview, Comment Feb 21, 2026 0:29am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
workflow-docs Skipped Skipped Feb 21, 2026 0:29am

@changeset-bot
Copy link

changeset-bot bot commented Feb 19, 2026

⚠️ No Changeset found

Latest commit: 4df72e0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 523 0 49 572
✅ 💻 Local Development 556 0 68 624
✅ 📦 Local Production 556 0 68 624
✅ 🐘 Local Postgres 556 0 68 624
✅ 🪟 Windows 49 0 3 52
❌ 🌍 Community Worlds 110 46 9 165
✅ 📋 Other 135 0 21 156
Total 2485 46 286 2817

❌ Failed Tests

🌍 Community Worlds (46 failed)

mongodb (1 failed):

  • webhookWorkflow

turso (45 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 47 0 5
✅ example 47 0 5
✅ express 47 0 5
✅ fastify 47 0 5
✅ hono 47 0 5
✅ nextjs-turbopack 50 0 2
✅ nextjs-webpack 50 0 2
✅ nitro 47 0 5
✅ nuxt 47 0 5
✅ sveltekit 47 0 5
✅ vite 47 0 5
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 45 0 7
✅ express-stable 45 0 7
✅ fastify-stable 45 0 7
✅ hono-stable 45 0 7
✅ nextjs-turbopack-canary 49 0 3
✅ nextjs-turbopack-stable 49 0 3
✅ nextjs-webpack-canary 49 0 3
✅ nextjs-webpack-stable 49 0 3
✅ nitro-stable 45 0 7
✅ nuxt-stable 45 0 7
✅ sveltekit-stable 45 0 7
✅ vite-stable 45 0 7
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 45 0 7
✅ express-stable 45 0 7
✅ fastify-stable 45 0 7
✅ hono-stable 45 0 7
✅ nextjs-turbopack-canary 49 0 3
✅ nextjs-turbopack-stable 49 0 3
✅ nextjs-webpack-canary 49 0 3
✅ nextjs-webpack-stable 49 0 3
✅ nitro-stable 45 0 7
✅ nuxt-stable 45 0 7
✅ sveltekit-stable 45 0 7
✅ vite-stable 45 0 7
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 45 0 7
✅ express-stable 45 0 7
✅ fastify-stable 45 0 7
✅ hono-stable 45 0 7
✅ nextjs-turbopack-canary 49 0 3
✅ nextjs-turbopack-stable 49 0 3
✅ nextjs-webpack-canary 49 0 3
✅ nextjs-webpack-stable 49 0 3
✅ nitro-stable 45 0 7
✅ nuxt-stable 45 0 7
✅ sveltekit-stable 45 0 7
✅ vite-stable 45 0 7
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 49 0 3
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 0
❌ mongodb 48 1 3
✅ redis-dev 3 0 0
✅ redis 49 0 3
✅ turso-dev 3 0 0
❌ turso 4 45 3
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 45 0 7
✅ e2e-local-postgres-nest-stable 45 0 7
✅ e2e-local-prod-nest-stable 45 0 7

📋 View full workflow run

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 0.032s (+24.2% 🔺) 1.005s (~) 0.973s 10 1.00x
💻 Local Nitro 0.032s (+2.2%) 1.005s (~) 0.973s 10 1.02x
🐘 Postgres Express 0.041s (-65.0% 🟢) 1.011s (~) 0.970s 10 1.29x
💻 Local Next.js (Turbopack) 0.045s (+12.3% 🔺) 1.005s (~) 0.960s 10 1.40x
🐘 Postgres Nitro 0.051s (-83.0% 🟢) 1.011s (~) 0.961s 10 1.59x
🌐 Redis Next.js (Turbopack) 0.053s (+44.3% 🔺) 1.006s (~) 0.953s 10 1.68x
🌐 MongoDB Next.js (Turbopack) 0.128s (+32.3% 🔺) 1.007s (~) 0.879s 10 4.03x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 0.489s (-10.8% 🟢) 1.919s (+5.1% 🔺) 1.430s 10 1.00x
▲ Vercel Next.js (Turbopack) 0.514s (-5.3% 🟢) 1.819s (-16.9% 🟢) 1.305s 10 1.05x
▲ Vercel Express 0.517s (+9.9% 🔺) 1.863s (-5.5% 🟢) 1.346s 10 1.06x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.090s (-56.2% 🟢) 2.010s (-33.3% 🟢) 0.921s 10 1.00x
💻 Local Next.js (Turbopack) 1.097s (~) 2.005s (~) 0.908s 10 1.01x
💻 Local Express 1.104s (+3.0%) 2.006s (~) 0.902s 10 1.01x
💻 Local Nitro 1.106s (~) 2.006s (~) 0.900s 10 1.01x
🌐 Redis Next.js (Turbopack) 1.113s (+2.5%) 2.006s (~) 0.894s 10 1.02x
🐘 Postgres Nitro 1.129s (-53.4% 🟢) 2.011s (-33.3% 🟢) 0.882s 10 1.04x
🌐 MongoDB Next.js (Turbopack) 1.293s (~) 2.007s (~) 0.715s 10 1.19x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.068s (+5.4% 🔺) 3.046s (-12.5% 🟢) 0.978s 10 1.00x
▲ Vercel Nitro 2.079s (+1.7%) 3.436s (-3.3%) 1.357s 10 1.01x
▲ Vercel Next.js (Turbopack) 2.156s (+2.4%) 3.088s (-12.9% 🟢) 0.932s 10 1.04x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 10.667s (-47.6% 🟢) 11.044s (-47.6% 🟢) 0.377s 3 1.00x
💻 Local Next.js (Turbopack) 10.719s (~) 11.021s (~) 0.303s 3 1.00x
🌐 Redis Next.js (Turbopack) 10.760s (+1.4%) 11.023s (~) 0.263s 3 1.01x
💻 Local Express 10.816s (+2.6%) 11.020s (~) 0.205s 3 1.01x
💻 Local Nitro 10.834s (~) 11.022s (~) 0.188s 3 1.02x
🐘 Postgres Nitro 10.843s (-46.6% 🟢) 11.040s (-47.6% 🟢) 0.196s 3 1.02x
🌐 MongoDB Next.js (Turbopack) 12.240s (~) 13.017s (~) 0.777s 3 1.15x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 16.240s (+2.0%) 17.157s (-1.1%) 0.917s 2 1.00x
▲ Vercel Express 16.241s (+1.8%) 17.254s (~) 1.014s 2 1.00x
▲ Vercel Nitro 18.811s (+14.4% 🔺) 19.901s (+11.7% 🔺) 1.091s 2 1.16x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 26.684s (-46.9% 🟢) 27.059s (-47.1% 🟢) 0.375s 3 1.00x
🌐 Redis Next.js (Turbopack) 27.060s (+1.7%) 27.383s (+1.2%) 0.323s 3 1.01x
🐘 Postgres Nitro 27.167s (-46.1% 🟢) 28.057s (-45.1% 🟢) 0.891s 3 1.02x
💻 Local Next.js (Turbopack) 27.212s (~) 28.050s (~) 0.838s 3 1.02x
💻 Local Express 27.445s (+2.5%) 28.051s (+3.7%) 0.606s 3 1.03x
💻 Local Nitro 27.530s (~) 28.052s (~) 0.522s 3 1.03x
🌐 MongoDB Next.js (Turbopack) 30.415s (~) 31.036s (~) 0.622s 2 1.14x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 39.779s (-4.5%) 40.569s (-6.1% 🟢) 0.790s 2 1.00x
▲ Vercel Nitro 40.126s (-0.6%) 41.497s (-1.4%) 1.371s 2 1.01x
▲ Vercel Next.js (Turbopack) 40.825s (-3.2%) 41.853s (-4.2%) 1.028s 2 1.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 54.134s (-46.1% 🟢) 55.101s (-45.6% 🟢) 0.967s 2 1.00x
🌐 Redis Next.js (Turbopack) 54.544s (+1.7%) 55.101s (+1.9%) 0.558s 2 1.01x
🐘 Postgres Nitro 55.063s (-45.2% 🟢) 55.093s (-45.6% 🟢) 0.030s 2 1.02x
💻 Local Next.js (Turbopack) 56.592s (~) 57.099s (~) 0.507s 2 1.05x
💻 Local Express 57.156s (+2.8%) 58.103s (+3.6%) 0.947s 2 1.06x
💻 Local Nitro 57.304s (~) 58.105s (+0.9%) 0.800s 2 1.06x
🌐 MongoDB Next.js (Turbopack) 60.947s (~) 61.071s (-1.6%) 0.123s 2 1.13x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 82.609s (-0.7%) 83.838s (-1.2%) 1.229s 2 1.00x
▲ Vercel Nitro 82.850s (~) 83.998s (-0.9%) 1.149s 2 1.00x
▲ Vercel Express 82.913s (+0.6%) 84.322s (+0.5%) 1.409s 2 1.00x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.247s (+5.4% 🔺) 2.006s (~) 0.759s 15 1.00x
🐘 Postgres Express 1.266s (-50.3% 🟢) 2.010s (-33.3% 🟢) 0.745s 15 1.01x
🐘 Postgres Nitro 1.353s (-44.2% 🟢) 2.010s (-33.3% 🟢) 0.657s 15 1.08x
💻 Local Express 1.408s (+4.5%) 2.005s (~) 0.597s 15 1.13x
💻 Local Next.js (Turbopack) 1.409s (+0.9%) 2.005s (~) 0.596s 15 1.13x
💻 Local Nitro 1.409s (~) 2.005s (~) 0.596s 15 1.13x
🌐 MongoDB Next.js (Turbopack) 2.129s (-1.8%) 3.008s (~) 0.879s 10 1.71x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.088s (-4.9%) 3.230s (-5.0% 🟢) 1.141s 10 1.00x
▲ Vercel Next.js (Turbopack) 2.536s (-19.8% 🟢) 3.395s (-24.9% 🟢) 0.860s 9 1.21x
▲ Vercel Nitro 4.371s (+75.6% 🔺) 7.387s (+96.2% 🔺) 3.016s 5 2.09x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.695s (-79.6% 🟢) 2.145s (-76.2% 🟢) 0.450s 15 1.00x
🐘 Postgres Nitro 2.009s (-75.2% 🟢) 2.516s (-70.5% 🟢) 0.507s 12 1.19x
🌐 Redis Next.js (Turbopack) 2.518s (+6.5% 🔺) 3.008s (~) 0.489s 10 1.49x
💻 Local Next.js (Turbopack) 2.546s (+4.0%) 3.007s (~) 0.461s 10 1.50x
💻 Local Express 2.571s (+15.4% 🔺) 3.007s (~) 0.436s 10 1.52x
💻 Local Nitro 2.572s (+1.3%) 3.008s (~) 0.436s 10 1.52x
🌐 MongoDB Next.js (Turbopack) 4.741s (+1.2%) 5.177s (~) 0.435s 6 2.80x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.370s (-5.7% 🟢) 3.347s (-1.5%) 0.977s 9 1.00x
▲ Vercel Nitro 2.560s (-17.7% 🟢) 4.008s (-8.6% 🟢) 1.448s 8 1.08x
▲ Vercel Next.js (Turbopack) 3.071s (+25.0% 🔺) 3.848s (+5.4% 🔺) 0.777s 8 1.30x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 2.681s (-93.9% 🟢) 3.681s (-91.8% 🟢) 1.000s 9 1.00x
🐘 Postgres Nitro 3.827s (-92.2% 🟢) 4.456s (-90.9% 🟢) 0.629s 7 1.43x
🌐 Redis Next.js (Turbopack) 4.112s (+8.0% 🔺) 4.869s (+21.4% 🔺) 0.756s 7 1.53x
💻 Local Express 7.016s (+10.5% 🔺) 7.522s (+7.3% 🔺) 0.506s 4 2.62x
💻 Local Next.js (Turbopack) 7.208s (-0.8%) 7.767s (-3.1%) 0.559s 4 2.69x
💻 Local Nitro 7.533s (+9.1% 🔺) 8.021s (+11.1% 🔺) 0.488s 4 2.81x
🌐 MongoDB Next.js (Turbopack) 9.761s (-2.5%) 10.350s (~) 0.589s 3 3.64x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.607s (-38.2% 🟢) 3.370s (-37.5% 🟢) 0.763s 9 1.00x
▲ Vercel Nitro 2.679s (-18.1% 🟢) 3.957s (-12.6% 🟢) 1.279s 8 1.03x
▲ Vercel Next.js (Turbopack) 3.155s (+13.0% 🔺) 4.111s (+9.4% 🔺) 0.956s 8 1.21x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.281s (-35.0% 🟢) 2.010s (-13.3% 🟢) 0.729s 15 1.00x
🌐 Redis Next.js (Turbopack) 1.284s (+4.9%) 2.006s (~) 0.722s 15 1.00x
🐘 Postgres Nitro 1.395s (-30.3% 🟢) 2.011s (-22.6% 🟢) 0.616s 15 1.09x
💻 Local Next.js (Turbopack) 1.417s (~) 2.005s (~) 0.588s 15 1.11x
💻 Local Express 1.434s (+5.5% 🔺) 2.005s (~) 0.572s 15 1.12x
💻 Local Nitro 1.449s (+3.7%) 2.004s (~) 0.555s 15 1.13x
🌐 MongoDB Next.js (Turbopack) 2.190s (+2.8%) 3.008s (~) 0.817s 10 1.71x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 1.987s (-6.0% 🟢) 3.028s (-11.7% 🟢) 1.042s 10 1.00x
▲ Vercel Express 2.108s (-3.1%) 3.611s (+10.3% 🔺) 1.503s 9 1.06x
▲ Vercel Nitro 2.465s (+19.9% 🔺) 4.168s (+22.5% 🔺) 1.703s 8 1.24x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.679s (-83.8% 🟢) 2.079s (-80.6% 🟢) 0.400s 15 1.00x
🐘 Postgres Nitro 2.061s (-82.6% 🟢) 2.514s (-79.7% 🟢) 0.453s 12 1.23x
🌐 Redis Next.js (Turbopack) 2.527s (+7.3% 🔺) 3.008s (~) 0.481s 10 1.51x
💻 Local Next.js (Turbopack) 2.539s (-5.2% 🟢) 3.008s (~) 0.469s 10 1.51x
💻 Local Express 2.648s (+15.8% 🔺) 3.007s (~) 0.359s 10 1.58x
💻 Local Nitro 2.719s (+2.6%) 3.008s (~) 0.289s 10 1.62x
🌐 MongoDB Next.js (Turbopack) 4.672s (~) 5.175s (~) 0.503s 6 2.78x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 2.192s (-3.4%) 2.998s (-12.2% 🟢) 0.806s 11 1.00x
▲ Vercel Nitro 2.226s (-32.2% 🟢) 3.354s (-21.8% 🟢) 1.128s 9 1.02x
▲ Vercel Express 2.449s (-1.4%) 3.205s (-6.5% 🟢) 0.757s 10 1.12x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 2.647s (-94.8% 🟢) 3.572s (-93.0% 🟢) 0.925s 9 1.00x
🐘 Postgres Nitro 3.351s (-93.7% 🟢) 4.153s (-92.3% 🟢) 0.802s 8 1.27x
🌐 Redis Next.js (Turbopack) 4.128s (+7.4% 🔺) 4.725s (+17.9% 🔺) 0.597s 7 1.56x
💻 Local Next.js (Turbopack) 7.249s (-7.3% 🟢) 7.765s (-8.8% 🟢) 0.516s 4 2.74x
💻 Local Nitro 7.707s (+2.5%) 8.025s (~) 0.318s 4 2.91x
💻 Local Express 7.728s (+17.1% 🔺) 8.019s (+14.3% 🔺) 0.291s 4 2.92x
🌐 MongoDB Next.js (Turbopack) 9.994s (~) 10.348s (~) 0.354s 3 3.78x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.780s (-31.4% 🟢) 3.687s (-27.9% 🟢) 0.906s 9 1.00x
▲ Vercel Next.js (Turbopack) 2.941s (+6.7% 🔺) 4.006s (+5.6% 🔺) 1.065s 8 1.06x
▲ Vercel Express 2.959s (+12.6% 🔺) 3.566s (+1.0%) 0.607s 9 1.06x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.143s (-1.0%) 1.001s (~) 0.011s (-5.3% 🟢) 1.016s (~) 0.873s 10 1.00x
🐘 Postgres Express 0.145s (-93.4% 🟢) 0.998s (-65.1% 🟢) 0.001s (-20.0% 🟢) 1.012s (-66.4% 🟢) 0.867s 10 1.01x
🌐 Redis Next.js (Turbopack) 0.160s (+39.4% 🔺) 0.999s (~) 0.001s (~) 1.008s (~) 0.847s 10 1.12x
💻 Local Express 0.173s (+52.0% 🔺) 1.003s (~) 0.010s (+7.5% 🔺) 1.016s (~) 0.843s 10 1.21x
💻 Local Nitro 0.175s (+2.5%) 1.002s (~) 0.011s (+4.7%) 1.017s (~) 0.841s 10 1.23x
🐘 Postgres Nitro 0.199s (-91.9% 🟢) 0.990s (-61.8% 🟢) 0.002s (~) 1.011s (-66.5% 🟢) 0.811s 10 1.40x
🌐 MongoDB Next.js (Turbopack) 0.473s (-5.5% 🟢) 0.974s (+3.1%) 0.002s (+15.4% 🔺) 1.008s (~) 0.535s 10 3.32x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - - -

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 1.619s (+7.8% 🔺) 2.121s (+19.9% 🔺) 0.275s (+95.5% 🔺) 32.839s (+1273.4% 🔺) 31.221s 10 1.00x
▲ Vercel Next.js (Turbopack) 1.746s (-0.8%) 2.532s (+1.5%) 0.111s (-30.7% 🟢) 3.123s (-90.6% 🟢) 1.377s 10 1.08x
▲ Vercel Express 1.882s (+20.6% 🔺) 2.626s (+28.5% 🔺) 0.112s (-49.7% 🟢) 3.170s (+15.7% 🔺) 1.287s 10 1.16x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World 🥇 Fastest Framework Wins
💻 Local Next.js (Turbopack) 9/12
🐘 Postgres Express 12/12
▲ Vercel Express 5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 🐘 Postgres 10/12
Next.js (Turbopack) 🌐 Redis 5/12
Nitro 🐘 Postgres 6/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@rovo89
Copy link
Contributor

rovo89 commented Feb 19, 2026

@VaguelySerious LGTM! The retry count is independent from workflow's retries, right? So this is not where retry delays, attempt count etc. are persisted, and therefore no need to migrate the retry_count, retry_delay, ... fields?

@VaguelySerious
Copy link
Member Author

@rovo89 Yes, retry-count is handled in the Step materialization in Storage, and not in the queue. The retry count mentioned in the migration is for queue messages

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Copy link
Member

@TooTallNate TooTallNate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚶‍♂️

@VaguelySerious VaguelySerious merged commit c9186f9 into main Feb 21, 2026
178 of 182 checks passed
@VaguelySerious VaguelySerious deleted the peter/graphile-postgres-migrations branch February 21, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants