bucketeer-io / bucketeer

Feature Flag Management and A/B Testing platform

Home Page:https://bucketeer.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: change to use redis to cache environment api key

cre8ivejp opened this issue · comments

We have been experiencing instability issues when the in-memory cache is gone and trying to get the environment API from MySQL. Since the Memorystore has a higher SLA than CloudSQL, I have changed it to Redis.
The batch service already updates the environment API key cache every minute.