Skip to content

Using flipper as permanent feature control #725

Closed Answered by jnunemaker
dgmora asked this question in Q&A
Discussion options

You must be logged in to vote

Is it discouraged, or a well supported use case?

Nope. I do it all the time. It's my favorite thing about flipper. I use it for permanent, long-lived features at least as much as temporary roll outs.

I wouldn't do thousands of actors per feature, but you are welcome to try. You'll likely want to turn off preloading (but leave memoization on). That'll ensure you are only loading all those actors for the features being checked.

You are also in luck that we've just done several performance rounds to make loading lots of actors faster (active record adapter).

It's likely that what you are trying to do may be a little odd right now, but would be much easier once we get expressions #557 launc…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dgmora
Comment options

@jnunemaker
Comment options

@dgmora
Comment options

Answer selected by jnunemaker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants