Yes, I did. about 10-25% of the time it would fail when using blob_key to set a blobreference. I added a time.sleep(1) and problem solved, so appears to be some type of consistency issue with the blobinfo ??
On Mar 31, 6:58 am, Stephen <[email protected]> wrote: > On Thu, Mar 31, 2011 at 1:38 AM, JH <[email protected]> wrote: > > Been looking forward to files api for a while! > > > I have been playing with it and it seems there is an issue, I can't > > figure out if it's me or the files api... > > > I kick off tasks which use the api to write about 300 files. It seems > > about 10% of them fail, or when I run: > > > blob_key = files.blobstore.get_blob_key(file_name) > > Did you call: > > files.finalize(file_name) > > first? -- 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.
