tryabby / abby

Open-Source Feature Flags, Remote Config & A/B Tests for Developers ⛳🧪
https://www.tryabby.com
GNU Affero General Public License v3.0
143 stars 19 forks source link

Feat(core): add feature flag caching #21

Open Tim-53 opened 1 year ago

Tim-53 commented 1 year ago

Feature flags are cached by the core and refetched if expired.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
abby-opensource ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 13, 2023 7:29pm
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **abby-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/dynabase/abby-docs/Aw4JmYaGDDMwy3aTa99CuoqMxWMi)) | [Visit Preview](https://abby-docs-git-feat-coreaddfeatureflagcaching-dynabase.vercel.app) | | Jul 13, 2023 7:29pm |
cstrnt commented 1 year ago

I honestly feel like this feature is kinda against our business model :D We potentially want as many requests against our API so we can charge for that. I personally think that if users want to avoid this, they can cache it themselves in memory and live with stale data