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

Clarify the behavior of cleanup_removed_rollouts #92

Open
guilhermeeric opened this issue Feb 16, 2022 · 0 comments
Open

Clarify the behavior of cleanup_removed_rollouts #92

guilhermeeric opened this issue Feb 16, 2022 · 0 comments

Comments

@guilhermeeric
Copy link
Contributor

Problem

There is a rake called cleanup_removed_rollouts to remove from redis rollouts that aren't present anymore on rollouts.yml. The way it's described it's intended that this rake will also remove from redis features that are released_to_all if they're not on rollouts.yml, but this doesn't actually happens.

cleanup_removed_rollouts will only remove features from redis if they're not on rollouts.yml and if they're released to individual IDs.

The rake description should clarify that released_to_all features will remain on redis even if not on rollouts.yml anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant