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
RoboShpee has two ttl cache implementations: cashews and a custom implementation in roboshpee/utils.py.
Refactor down to one implementation, likely go all-in on cashews.
Bonus points: See if the cache implementation can be used to cache media assets (i.e. from download instead of building them into the container image).
The text was updated successfully, but these errors were encountered:
RoboShpee has two ttl cache implementations:
cashews
and a custom implementation inroboshpee/utils.py
.Refactor down to one implementation, likely go all-in on cashews.
Bonus points: See if the cache implementation can be used to cache media assets (i.e. from download instead of building them into the container image).
The text was updated successfully, but these errors were encountered: