Jeffrey Sherman
06/06/2023, 6:38 PMDaniel Chaffelson
06/07/2023, 10:41 AMJeffrey Sherman
06/07/2023, 3:02 PMMoshe Eshel
06/09/2023, 12:34 PMJeffrey Sherman
06/09/2023, 9:03 PM, it seems that you share values between apps (meaning the receiving app doesn’t report usage probably - so it won’t be as simple).Even worse, the back-end service is blindly caching everything for the front ends. I’m using
LaunchDarkly
in this case, but all my metrics are “used all the time” because of the back end cacherJeffrey Sherman
06/09/2023, 9:05 PMgarbage collector
strategy.
I’m using static analysis* to count flag references in the front-ends, and then removing unused flags from the backend
* Static analysis is a fancy way of saying “grep”Jeffrey Sherman
06/09/2023, 9:09 PMJeffrey Sherman
06/09/2023, 9:10 PMJeffrey Sherman
06/09/2023, 9:10 PMMoshe Eshel
06/10/2023, 6:02 PM