You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using lru_cache in order to cache certain network/database requests. This requires the person working on the code to have a mental model of how the code is working. We should replace this with a proper caching solution such as redis.
The text was updated successfully, but these errors were encountered:
Currently we are using lru_cache in order to cache certain network/database requests. This requires the person working on the code to have a mental model of how the code is working. We should replace this with a proper caching solution such as redis.
The text was updated successfully, but these errors were encountered: