Here's how I am currently dealing with it, if it helps: 1) I upload blobs using the deferred queue, and save the blob_key to an entity. I try to save the URLs in the entity via get_serving_url, but if it fails, I set them to a designated empty URL (e.g. "blank.png")
2) On a cron job (run every 20 minutes), I find all the entities with empty URLs, and attempt to save the URLs then. Eventually I get the URLs for them. - pamela On Wed, Jan 25, 2012 at 12:41 PM, blackpawn <[email protected]>wrote: > After a week this is still killing my app. :( Would love any extra info > I can get on the issue or things I can do to help track it down or work > around it. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/9-YOHmh9BdIJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
