Giter Site home page Giter Site logo

advent-of-code-2022's People

Contributors

tquinn86 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

advent-of-code-2022's Issues

[FF]

What is the name of your feature flag?

What is its purpose?

Feature Flag Rollout Checklist

See feature flag documentation here.

  • Create a feature flag that is fully disabled for everyone and use it to control access to your new feature.
  • Develop and test your changes locally. You can enable the feature flag in local developer environments for test purposes.
  • Make sure that you test your code with the feature flag enabled and disabled to make sure both sides of the flag operate as expected with your changes.
  • Deploy your software to all environments with the feature flag fully disabled.
  • Enable your feature flag for a limited testing audience to build confidence. Examples are staff shipping using the preview_features group or directly assigning access to a small subset of users/repos/businesses.
  • Slowly rollout your flag across environments by slowly incrementing access to wider audiences. This can be done with percentage of users or percentage of calls increases (e.g. 2%, 10%, 30%, 50%, etc.). If you detect any problems you can immediately reduce your rollout percentage or fully disable the feature flag. Various rollout strategies are possible using the different capabiities of the feature flag control gates (percentages, actors, custom groups, targeting specific environments like dotcom/proxima stamps).
  • At each stage of rollout monitor your changes for impacts to defects, error rates, performance and resource demands.
  • Once you have confidence in your feature and no reported or observed issues fully enable your feature flag for all environments.
  • For a period of time monitor the feature flag for stability and schedule removal of the feature flag. First remove the conditional code that uses the feature flag and once all of it is deployed and showing no impacts, remove the feature flag itself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.