Back to Supabase

Manage Realtime Peak Connections usage

apps/docs/content/guides/platform/manage-your-usage/realtime-peak-connections.mdx

1.26.044.1 KB
Original Source

What you are charged for

Realtime Peak Connections are measured by tracking the highest number of concurrent connections for each project during the billing cycle. Regardless of fluctuations, only the peak count per project is used for billing, and the totals from all projects are summed. Only successful connections are counted, connection attempts are not included.

Example

For simplicity, this example assumes a billing cycle of only three days.

ProjectPeak Connections Day 1Peak Connections Day 2Peak Connections Day 3
Project A8010090
Project B120110150

Total billed connections: 100 (Project A) + 150 (Project B) = 250 connections

How charges are calculated

Realtime Peak Connections are billed using Package pricing, with each package representing 1,000 peak connections. If your usage falls between two packages, you are billed for the next whole package.

Example

For simplicity, let's assume a package size of 1,000 and a charge of <Price price="10" /> per package with no quota.

Peak ConnectionsPackages BilledCosts
9991<Price price="10" />
1,0001<Price price="10" />
1,0012<Price price="20" />
1,5002<Price price="20" />

Usage on your invoice

Usage is shown as "Realtime Peak Connections" on your invoice.

Pricing

<$Partial path="billing/pricing/pricing_realtime_connections.mdx" />

Billing examples

Within quota

The organization's connections are within the quota, so no charges apply.

Line ItemUnitsCosts
Pro Plan1<Price price="25" />
Compute Hours Micro744 hours<Price price="10" />
Realtime Peak Connections350 connections<Price price="0" />
Subtotal<Price price="35" />
Compute Credits-<Price price="10" />
Total<Price price="25" />

Exceeding quota

The organization's connections exceed the quota by 1,200, incurring charges for this additional usage.

Line ItemUnitsCosts
Pro Plan1<Price price="25" />
Compute Hours Micro744 hours<Price price="10" />
Realtime Peak Connections1,700 connections<Price price="20" />
Subtotal<Price price="45" />
Compute Credits-<Price price="10" />
Total<Price price="35" />

View usage

You can view Realtime Peak Connections usage on the organization's usage page. The page shows the usage of all projects by default. To view the usage for a specific project, select it from the dropdown. You can also select a different time period.

<Image alt="Usage page navigation bar" src={{ light: '/docs/img/guides/platform/usage-navbar--light.png', dark: '/docs/img/guides/platform/usage-navbar--dark.png', }}

width={1546} height={208} />

In the Realtime Peak Connections section, you can see the usage for the selected time period.

<Image alt="Usage page Realtime Peak Connections section" src={{ light: '/docs/img/guides/platform/usage-realtime-peak-connections--light.png', dark: '/docs/img/guides/platform/usage-realtime-peak-connections--dark.png', }}

width={2046} height={752} />

Exceeding Quotas

<$Partial path="billing/exceeding_usage_quotas.mdx" />