-
Hey all, I'm currently looking into multiple feature management solutions, after reading through the documentation, there's one thing I'm still struggling with: combing feature flags with usage limits[1] and quotas[2]. Am I right to be looking into feature management solutions to accomplish this? If so, would this be possible with Unleash?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there! Good questions, and yes this can be accomplished using Unleash! You could use custom context fields together with strategy constraints to define such rules.
In you code, when using the SDK to evaluate the toggle, please remember to add "userCount" as part of the context when evaluating.
Good luck! |
Beta Was this translation helpful? Give feedback.
Hi there! Good questions, and yes this can be accomplished using Unleash!
You could use custom context fields together with strategy constraints to define such rules.
In you code, when using the SDK to evaluate the toggle, please remember to add "userCount" as part of the context when evaluating.
Good luck!