Hello Dennis,
App Engine instances are computing units that App Engine uses to automatically scale the running application. Each instance has its own security layer to ensure that instances cannot unintentionally affect each other. In this similar standpoint, the files written to the file system on one instance will not be replicated across all other available instances. For more information about how instances are managed on App Engine, please go through this [1] article. I hope this answers your question. [1] https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed On Wednesday, August 22, 2018 at 4:37:31 AM UTC-4, Dennis Yurkevich wrote: > > Hello, > > If I write a cron job to fetch data from Cloud Storage and write it to the > instance file system - will this be replicated across all of my instances? > > Thanks, > Dennis > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d2c09cca-f7d5-4810-9b7e-d59e047c0cfd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
