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 Javadekar <[email protected]>wrote: > > > 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 with uploading. > > I tried uploading in batches of 100 (lines in the csv file). Then with > 50. None of them worked. How do I rate-limit the upload to a slower > speed? > > Also, I think the appcfg.py with the upload data option tackles this > problem of restarting the upload process from wherever it crashes > last. I am getting some errors in that too. Can you help me with that? > > http://groups.google.com/group/google-appengine/browse_thread/thread/795f1030500440f0# > > Thanks in advance. > -Shri > > > -- Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
