Obsolete
Status Update
Comments
sl...@google.com <sl...@google.com> #2
Ok so you're hitting the limit for datastore writes in a batch, which is 500.
I can fix this but I will probably not be for a release or 2. In the meantime you should try and keep your batch size to < 500.
I can fix this but I will probably not be for a release or 2. In the meantime you should try and keep your batch size to < 500.
av...@gmail.com <av...@gmail.com> #3
[Comment deleted]
av...@gmail.com <av...@gmail.com> #4
I have spitted the upload into smaller batches, now the uploads seems working. So the issue is not a blocker for me anymore.
Description
REQUIRED: Detailed description of the production issue you're experiencing:
I am trying to upload 1744 small files to the blobstore (total Content Length of the form submitted is 4 MB) and get HTTP/1.1 503 Service Unavailable error.
This is 100% reproducible.