Search code examples
google-app-engineblobstorehttp-status-code-503

How many blobs may be submitted to GAE blobstore in one call?


I am trying to upload 1744 small files to the blobstore (total size of all the files is 4 MB) and get HTTP/1.1 503 Service Unavailable error.

This is 100% reproducible.

Is it a bug, I do I violate any constraints? I don't see any constraints in the documentation about number of blobs submitted in one call.


Solution

  • So, the answer. Currently only < 500 files may be submitted in one request. This is going to be fixed in the scope of the ticket http://code.google.com/p/googleappengine/issues/detail?id=8032 so that unlimited number of files may be submitted. But it may take a GAE release or 2 before the fix is deployed.