Skip to main content

4 posts tagged with "feature-flag"

View All Tags

· 5 min read
Yoshifumi Kakinoki

In Feature Flags management, it's useful for users to control Feature Flags automatically at specified times or when certain specific events occur.

In Bucketeer, we offer scheduling functionality with Auto Operations to specify dates and times, an event rate feature to set target thresholds for goal events, and a Progressive Rollout feature that allows you to roll out your feature gradually.

· 3 min read
Alessandro Yuichi Okimoto

7 Common Mistakes When Using Feature Flags

Feature flags are a versatile tool in modern software development, allowing teams to control new feature rollouts, experiment with ideas, and mitigate the risks of deploying untested features to production.

However, avoiding these seven common mistakes is crucial to fully leverage their capabilities and avoid potential pitfalls.