[google-appengine] Re: "Quota exceeded"... although it doesn't seem to be

2009-09-02 Thread Nick Johnson (Google)
Hi ShriJ, On Wed, Sep 2, 2009 at 2:44 AM, ShriJ wrote: > > Hi, > > I've been having a very hard time since the last few days w.r.t. > deleting existing data and uploading new data in my datastore. > > For deleting: I get a row using the key_name and then delete it. >dbRow = modelObject.g

[google-appengine] Re: "Quota exceeded"... although it doesn't seem to be

2009-09-02 Thread Shrinand Javadekar
> You need to ratelimit the upload to a slower speed in order to not exhaust > your short-term quotas. > > -Nick Johnson Thanks a ton Nick. I do delete the data in batches. The problem is not so much with delete. I can always restart the deletion process and clear out all the data. The problem is

[google-appengine] Re: "Quota exceeded"... although it doesn't seem to be

2009-09-03 Thread Nick Johnson (Google)
Hi Shrinand, The bulk uploader lets you set a rate at which you want to upload your data - see the command line reference in the documentation: http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Command_Line_Arguments -Nick Johnson On Wed, Sep 2, 2009 at 5:45 PM, Shrinand Javad