On Wed, Jun 8, 2016 at 2:46 PM, timh <[email protected]> wrote: > Are you getting that data via a query or via key using get, > If you are using a query then you will need to start reading up on Eventual > consistancy
It's a "get". I just need some way to flush the cached data without putting "use_memcache=False" everywhere. It's an issue I don't run into if all my code runs under the Python service. It can't do that in this case, since file uploads can take longer than 60 seconds. -- 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/CAMJZR9Zu%2BXe-fx21o8wntfMzPpyt%2BWsCtd1FZ7tfd7-7GN81Fg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
