You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I have an app on GAE-Flex which reads files from Cloud Storage. To make subsequent requests faster I'm caching these files in local file system (/tmp). This works fine for one instance of the app. But in case of more running instances (due to scaling) each instance has its own disk storage and the effect of cache disappears.
Is there a service for AppEngine Flex which could be used as a fast shared disk storage / cache? Or is the only option to move the app to Compute Engine and use Google Filestore?
Thanks, Marek
Yasser Karout
unread,
Oct 21, 2019, 11:00:25 AM10/21/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello,
Have you looked into using Memecached and Redis to cache your application data instead of tmp?