-
Notifications
You must be signed in to change notification settings - Fork 167
[world-vercel] Update queue to use VQS v3 API #799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Update basePath from /queues/v2/messages to /queues/v3 - Include @vercel/queue tarball with v3 client changes - Add pnpm override to use bundled tarball The @vercel/queue client has been updated to: - Use v3 URL structure (topic and consumer in path) - Use receiptHandle instead of ticket - Support both v2 and v3 header names for backwards compat Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 0bde8dc The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests▲ Vercel Production (363 failed)astro (36 failed):
example (36 failed):
express (36 failed):
fastify (36 failed):
hono (36 failed):
nextjs-turbopack (39 failed):
nitro (36 failed):
nuxt (36 failed):
sveltekit (36 failed):
vite (36 failed):
🌍 Community Worlds (21 failed)mongodb (1 failed):
starter (19 failed):
turso (1 failed):
Details by Category❌ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
❌ Some E2E test jobs failed:
Check the workflow run for details. |
📊 Benchmark Results
workflow with no steps💻 Local Development
workflow with 1 step💻 Local Development
workflow with 10 sequential steps💻 Local Development
Promise.all with 10 concurrent steps💻 Local Development
Promise.all with 25 concurrent steps💻 Local Development
Promise.race with 10 concurrent steps💻 Local Development
Promise.race with 25 concurrent steps💻 Local Development
Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
|
- Use cgowrie/v3-client branch which has full v3 implementation - Update basePath to /queues/v3/queues (matches new client default) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
VQS v3 uses /api/v3/topic/{topic} URL pattern instead of /api/v3/queues.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The receiveMessageById method was sending Accept: application/json which the V3 server rejects. Updated tarball includes the fix to use Accept: multipart/mixed and proper multipart response parsing. Also cleaned up duplicate tarball from packages/ directory. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
e8cc168 to
0bde8dc
Compare
Uses a tarball of the v3 vqs client to update vercel-world to use queue v3
The @vercel/queue client has been updated to:
Testing TBD
usingProxyneeds to be validated