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
When the bot needs to fetch remote images for stuff, we should have a local caching layer for each of those.
For example: User avatars, club icons (to be implemented).
Primary cache would be local filesystem and indexed by ID of whatever class they belong to. Secondary could go to Amazon S3; could recycle my own previous code from Kon, the Telegram bot.
The text was updated successfully, but these errors were encountered:
When the bot needs to fetch remote images for stuff, we should have a local caching layer for each of those.
For example: User avatars, club icons (to be implemented).
Primary cache would be local filesystem and indexed by ID of whatever class they belong to. Secondary could go to Amazon S3; could recycle my own previous code from Kon, the Telegram bot.
The text was updated successfully, but these errors were encountered: