-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Feature Request
To run the demo environment for regular presentations I need to have some of the scenario feature flags to be turned on for a while and then turned of for a while again
Is your feature request related to a problem?
Imagine I want to have an ongoing issue within every hour of the day, such that my backend solution can show the issue appearing at a certain "recent" point in time. RIght now I have to use external tooling to regularly turn a flag on and off
Describe the solution you'd like:
I think it would be great to have a "scheduler" in the feature flag UI, that allows me to define
- an interval in which the flag should be toggled
- a min & max duration for how long the flag should be toggled, a random value in between will be picked
- optional: selecting which feature flags should be toggled/which shouldn't be toggled
- optional: a seed to allow reproducible patterns
Describe alternatives you've considered.
I created some python scripts that can do that for me automatically:
https://gist.github.com/svrnm/1ccec8dd126a0b804e421ee385f6ed58
They work as expected, but I was wondering if this is something the demo could provide ootb?