juxt

dominicm 2019-07-12T10:16:26.008300Z

If you want the fancy style of feature toggle, then you either need to: - re-read a config on every request which has http calls - just use functions which make a cached request to an external source - you could wrap this in aero so that in dev a constantly-style is returned, but it will depend on your use-case.

rgm 2019-07-12T15:31:03.009500Z

This is gonna be a nice bit of the arsenal for doing flippers on the backend.