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

Add start | end date for FEATURE flags #1254

Open
compojoom opened this issue Oct 10, 2024 · 0 comments
Open

Add start | end date for FEATURE flags #1254

compojoom opened this issue Oct 10, 2024 · 0 comments

Comments

@compojoom
Copy link

Sometimes we need to enable a feature flag at a particular time. Other times we need to disable a feature flag at a particular time. I think that it would be beneficial if feature flags had a date field for start and end values. By default they should be null, which means the feature is null. If a date is entered then we should check the current date against the start and end time to determine if the feature is on or off.

Right now someone with access to the config service needs to be available to press a button at a specific time...

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