Skip to content

Commit

Permalink
docs: mention what the minimum values are if you override the limits (#…
Browse files Browse the repository at this point in the history
…7971)

Adds a note to the resource limit docs about what resources have a minimum limit of 1.

Also updates the availability note in preparation for 6.2 GA

---------

Co-authored-by: Melinda Fekete <[email protected]>
  • Loading branch information
thomasheartman and melindafekete authored Aug 23, 2024
1 parent f7d5c8e commit 7f7891d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions website/docs/reference/resource-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Resource Limits
---
import Figure from '@site/src/components/Figure/Figure.tsx'

:::info Availability
Resource limits are currently in beta for hosted customers.
:::note Availability
**Version**: `6.2+`
:::

<Figure caption="When you're close to reaching the limit for a resource, you'll see a warning in the Unleash UI. The warning will tell you what the limit is, how close you are to reaching it, and how you can increase the limit." img="/img/project-limit-warning.png" />
Expand Down Expand Up @@ -38,6 +38,15 @@ Existing hosted customers who are already above the limits will have their limit

With a few exceptions, all the limits can be overridden through the use of their respective environment variables. However, while it is possible to override these limits, we advise against it in most cases. If you feel that you're unable to do what you need to do because of the limits, we'd love to hear from you.

The following resources have a lower limit of 1:
- feature flags
- strategies
- constraint values
- projects
- environments

If you try to set their limits lower than that, Unleash will automatically adjust them to 1.

If you operate a self-hosted Unleash instance, you can adjust the limit yourself. For hosted users of Unleash, you'll need to reach out and talk to your Unleash contact.

The only limits that can't be changed, are
Expand Down

0 comments on commit 7f7891d

Please sign in to comment.