mozilla / fxa-content-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
163 stars 120 forks source link

feat(feature-flags): wire in experiments to the feature-flag api #7060

Closed philbooth closed 5 years ago

philbooth commented 5 years ago

Fixes #6890.

Originally added in #6945, then removed in #7058, this reinstates the feature-flagging work (274d3cc) and adds some config fixes that make it work in fxa-dev (cdec092). The specific one that caused problems there was maxPending, which was set to 1 before and is now bumped to 10.

I've deployed these to an fxa-dev box if anyone wants to check it out:

https://redis-cfg.dev.lcip.org/

@mozilla/fxa-devs r?