[google-appengine] Need some advice - Bucket and Caching

2014-08-18 Thread Dimitri Adamou
Hey there, we are looking at changing servers as we have very high storage and processing needs - so a bit of a background on how one process works 1. hits the index file 2. looks at the URL 3. if cache exists skip to step 6 4. scans directory reads XML's for any futher rules 5. caches the

[google-appengine] Re: How to debug increase in response latencies.

2015-08-17 Thread Dimitri Adamou
Are your cron running on the front-end aswell? If so you may aswell make a seperate module and let the crons hit that instead On Sunday, August 16, 2015 at 1:52:44 PM UTC+10, Creative Cubs wrote: Hi, 6AM 8/16 PST, I am seeing 9X increased latency in my app engine (95Percentile 100ms to

[google-appengine] Re: Request was aborted after waiting too long

2015-08-10 Thread Dimitri Adamou
If you are using Front-End instances, they can only last 60 seconds, you would need to create a module using Backend Instances for your heavier traffic as they can run up to 10 minutes per request and generally if you are having heavier tasks it is better to put them onto a backend instance

[google-appengine] Re: URGENT: 1.9.25 causes many errors in my python app

2015-07-27 Thread Dimitri Adamou
Letting you know you aren't alone, I filed a ticket for 1.9.25 and was having issues, after being put back to 1.9.24 everything has been going smoothly again - I'm on PHP. I really wish there was an opt for new version or please upload a new version of your module to upgrade to latest app

Re: [google-appengine] My basic_scaling instance hours are way too high

2015-08-31 Thread Dimitri Adamou
What would help is if we could input our set ups (eg basic_scaling / automatic_scaling b/f 1/2/3/4 and have the minimum (no traffic) vs maximum (constant traffic so always up) price ranges so eg I'm running 3 B4's on basic_scaling 1 B2 on manual and front-end F4 scaling with 4 maximum front

[google-appengine] Re: Google has fixed 30 of 707 bugs reported in the past 12 months

2016-12-01 Thread Dimitri Adamou
Thanks for posting this topic, it has been a very frustrating ride with GAE - some of these bugs have made me use creative solutions; but holy hell are they silly bugs! (I've opened issue reports for them since over 2+ years ago and they are only "acknowledged") - would love active feedback