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 · 1 comment
Open

Add start | end date for FEATURE flags #1254

compojoom opened this issue Oct 10, 2024 · 1 comment

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...

@parius
Copy link

parius commented Feb 5, 2025

Equally, someone needs to be present to adjust the date for feature flag.

Imagine the following: Feature is scheduled to go live 14:00. At 13:55 there is an event preventing feature to go live (critical bug found by QA, marketing is not ready, message from legal). If no one with access is available, the feature goes live.

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

2 participants