From cf6b6e70637435a3928a850769a18b34e70ce8e8 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Wed, 25 Feb 2026 17:34:02 +0000 Subject: [PATCH] Fix realtime connections pricing tier from 100 to 1000 (#3131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes # ## ✅ Checklist - [ ] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [ ] The PR title follows the convention. - [ ] I ran and tested the code works --- ## Testing Verified the pricing definition displays the correct tier amount on the plan selection page. --- ## Changelog Fixed incorrect pricing tier for additional realtime connections from $10/month per 100 to $10/month per 1000. --- ## Screenshots N/A 💯 https://claude.ai/code/session_015QrZZJHPWta3QCBnhX2Pff Co-authored-by: Claude --- .../app/routes/resources.orgs.$organizationSlug.select-plan.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx b/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx index b08cc63ff..131dc6b3e 100644 --- a/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx +++ b/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx @@ -210,7 +210,7 @@ const pricingDefinitions = { }, additionalRealtimeConnections: { title: "Additional Realtime connections", - content: "Then $10/month per 100", + content: "Then $10/month per 1000", }, additionalSeats: { title: "Additional seats",