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

Update stale gates reason descriptions #2399

Merged
merged 1 commit into from
Dec 10, 2024
Merged
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
4 changes: 2 additions & 2 deletions docs/feature-flags/permanent-and-stale-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ In your feature gates catalog, you'll see different **Types** displayed in the S
- **Stale Reasons** are the reason why a gate has been set as stale. This information can be queried on the [Console API](/console-api/gates).
- **None** No Stale Gates should have their reason set as None, this is exclusively for **Temporary** or **Permanent** gates.
- **STALE_PROBABLY_DEAD_CHECK** There have been no checks in the last 30 days.
- **STALE_PROBABLY_LAUNCHED** The Gate is disabled and has likely launched.
- **STALE_PROBABLY_UNLAUNCHED** The Gate is disabled and has no default value.
- **STALE_PROBABLY_LAUNCHED** The Gate marked launched or has an everyone rule passing 100% (rollout rate of 100%)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor grammar fix needed: "The Gate marked launched" should be "The Gate is marked as launched"

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

- **STALE_PROBABLY_UNLAUNCHED** The Gate is marked disabled or has an everyone rule passing 0% (rollout rate of 0%)
- **STALE_NO_RULES** The Gate has no set rules.

## Nudges to clean up Stale gates
Expand Down
Loading