I have an application which has a few operations for loading and
deleting data. Because of the DeadlineError issues, Ive broken down
both the Loading and Deleting to about 50 entities at a time and keep
auto-refreshing the page till all my data is loaded/deleted.

Even with this, I anticipate to get Deadline errors if a lot of data
needs to be processed as Google might treat this as a spike and could
return 403s (as indicated in 
http://code.google.com/appengine/articles/quotas.html).

Is it possible to get the limits that are remaining for a day
programatically, so if it crosses a particular point, I can make the
bulk operations go a little easy. For e.g. if I know that my CPU usage
has become 2% of the total available for a day, I can ease off the
load operations for sometime till the load comes back to normal.

Thanks
Raja
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to