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 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f25ab5ed-67ba-4705-a922-f599dddfb361%40googlegroups.com.
