Skip to content
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

feat: remove support plans from limit pages #1423

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/cache/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hide_title: true
# Momento Cache service quotas

:::info
Service quotas are directly affected by the support plan on your account. Both <ins>soft and hard limits</ins> are increasable for the Pro tier and Enterprise plans. If you would like to request an increase, please [contact sales](https://www.gomomento.com/contact-us).
These limits can be adjusted. Before requesting an increase, please ensure that your account has [a registered payment method](https://console.gomomento.com/account/payment). You can then request an increase by [contacting us](https://www.gomomento.com/contact-us).
:::

## Limits
Expand All @@ -21,8 +21,6 @@ Service quotas are directly affected by the support plan on your account. Both <
<th>Resource</th>
<th>Entity</th>
<th>Default</th>
<th>Basic support</th>
<th>Pro support</th>
</tr>
</thead>
<tbody>
Expand All @@ -33,22 +31,16 @@ Service quotas are directly affected by the support plan on your account. Both <
<td>Namespace count</td>
<td>region</td>
<td>3</td>
<td>30</td>
<td>300</td>
</tr>
<tr>
<td>Operations per second</td>
<td>region</td>
<td>100</td>
<td>1,000</td>
<td>10,000</td>
</tr>
<tr>
<td>Hot storage</td>
<td>region</td>
<td>100 MB</td>
<td>1 GB</td>
<td>10 GB</td>
</tr>
<tr className="highlightRow">
<td colspan="5"><strong>Hard limits</strong></td>
Expand Down
6 changes: 1 addition & 5 deletions docs/platform/limits/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /auth/limits
# Momento authorization service quotas

:::info
Service quotas are directly affected by the support plan on your account. Both <ins>soft and hard limits</ins> are increasable for the Pro tier and Enterprise plans. If you would like to request an increase, please [contact sales](https://www.gomomento.com/contact-us).
These limits can be adjusted. Before requesting an increase, please ensure that your account has [a registered payment method](https://console.gomomento.com/account/payment). You can then request an increase by [contacting us](https://www.gomomento.com/contact-us).
:::

## Limits
Expand All @@ -21,8 +21,6 @@ Service quotas are directly affected by the support plan on your account. Both <
<th>Resource</th>
<th>Entity</th>
<th>Default</th>
<th>Basic support</th>
<th>Pro support</th>
</tr>
</thead>
<tbody>
Expand All @@ -33,8 +31,6 @@ Service quotas are directly affected by the support plan on your account. Both <
<td>Namespace count</td>
<td>region</td>
<td>3</td>
<td>30</td>
<td>300</td>
</tr>
<tr className="highlightRow">
<td colspan="5"><strong>Hard limits</strong></td>
Expand Down
14 changes: 1 addition & 13 deletions docs/topics/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /topics/limits
# Momento Topics service quotas

:::info
Service quotas are directly affected by the support plan on your account. Both <ins>soft and hard limits</ins> are increasable for the Pro tier and Enterprise plans. If you would like to request an increase, please [contact sales](https://www.gomomento.com/contact-us).
These limits can be adjusted. Before requesting an increase, please ensure that your account has [a registered payment method](https://console.gomomento.com/account/payment). You can then request an increase by [contacting us](https://www.gomomento.com/contact-us).
:::

## Limits
Expand All @@ -21,8 +21,6 @@ Service quotas are directly affected by the support plan on your account. Both <
<th>Resource</th>
<th>Entity</th>
<th>Default</th>
<th>Basic support</th>
<th>Pro support</th>
</tr>
</thead>
<tbody>
Expand All @@ -33,36 +31,26 @@ Service quotas are directly affected by the support plan on your account. Both <
<td>Namespace count</td>
<td>region</td>
<td>3</td>
<td>30</td>
<td>300</td>
</tr>
<tr>
<td>Operations per second</td>
<td>region</td>
<td>10</td>
<td>100</td>
<td>1,000</td>
</tr>
<tr>
<td>Concurrent subscriptions</td>
<td>region</td>
<td>100</td>
<td>1,000</td>
<td>10,000</td>
</tr>
<tr>
<td>Number of webhooks</td>
<td>namespace</td>
<td>5</td>
<td>50</td>
<td>500</td>
</tr>
<tr>
<td>Message delivery per second</td>
<td>webhook</td>
<td>5</td>
<td>50</td>
<td>500</td>
</tr>
<tr className="highlightRow">
<td colspan="5"><strong>Hard limits</strong></td>
Expand Down
Loading