Skip to main content

Examples of How to Use Auto Operation

· 5 min read
Yoshifumi Kakinoki
Software Engineer

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.

Seven Common Mistakes When Using Feature Flags

· 3 min read
Alessandro Yuichi Okimoto
Software Engineer

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.