Error code 202

34 views
Skip to first unread message

Vinay Mavi

unread,
Jan 26, 2015, 2:31:10 PM1/26/15
to google-a...@googlegroups.com
I got Error.
A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. (Error code 202).
In this request. I am reading data from Google Cloud Storage and trying to Insert 100000+ Entries in Google Cloud Datastore.
My appid = bnifsc



Vinny P

unread,
Jan 27, 2015, 2:11:31 AM1/27/15
to google-a...@googlegroups.com
On Mon, Jan 26, 2015 at 1:31 PM, Vinay Mavi <vina...@gmail.com> wrote:
I got Error.
A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. (Error code 202).
In this request. I am reading data from Google Cloud Storage and trying to Insert 100000+ Entries in Google Cloud Datastore.
with this end point api.



Error 202 occurs even during normal App Engine operations. Usually it's nothing to worry about - the next instance will open and handle the requests.

However if you're seeing a lot of 202 errors, you may be hitting memory constraints. Try using a bigger instance size, using smaller input files, writing to the datastore in smaller batches, or setting a sleep time between processing a batch of data. Do you see a specific error while running? For example, do the errors occur while processing a particularly large entity, or a large batch of entities, or after a certain amount of entities have been processed, etc?

 
 
-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

Reply all
Reply to author
Forward
0 new messages