[google-appengine] Re: App Engine IPs banned in Turkey

2011-03-17 Thread MyElasticEye
Any help? On Mar 16, 9:46 am, sarp sarpcen...@gmail.com wrote: Hi, Unfortunately Turkey's government sometimes blocks Google's IP addresses due to inappropriate content. We're hosting our domain on Google App Engine and 74.125.93.12 seems to be not accessible by most of our Turkish

[google-appengine] Re: BIlling Settings?

2010-12-22 Thread MyElasticEye
Same here. Need a solution asap. On Dec 22, 7:01 am, Patrick Twohig patr...@namazustudios.com wrote: Hi, I'm consistently getting an error 500 when trying to adjust my app's billing settings.  Anybody else having this problem? Thanks, Patrick. -- Patrick H. Twohig. Namazu Studios

[google-appengine] Re: The relation between megacycles and cpu used

2010-08-18 Thread MyElasticEye
quota.get_request_api_cpu_usage(). -Nick Johnson On Tue, Aug 17, 2010 at 7:38 AM, MyElasticEye sarp.er...@gmail.com wrote: Hi, I have been trying to optimize the App Engine application my team is working on. As I read on Google's documentation, 1 megacycles = 1/1200 cpu seconds And if I a check how many

[google-appengine] Re: Recursive Task with try catch DeadlineExceededException

2010-08-18 Thread MyElasticEye
Why don't you just add that task to a queue and if it fails, it will automatically re-execute itself and run again in a few minutes. On Aug 19, 12:00 am, alon alon.car...@gmail.com wrote: Hey, I need to keep a task running and monitoring twitter stream api. Is it possible to initiate a task

[google-appengine] The relation between megacycles and cpu used

2010-08-17 Thread MyElasticEye
Hi, I have been trying to optimize the App Engine application my team is working on. As I read on Google's documentation, 1 megacycles = 1/1200 cpu seconds And if I a check how many megacycles it takes to load an empty sinlge page without any templates using webapp.py, it takes 0 megacycles.

[google-appengine] Re: The relation between megacycles and cpu used

2010-08-17 Thread MyElasticEye
equivalent cpu which is not necessarily the same as the cpu you request ran on. - alkis (mobile) On Aug 17, 2010 7:41 PM, MyElasticEye sarp.er...@gmail.com wrote: Hi, I have been trying to optimize the App Engine application my team is working on. As I read on Google's documentation