Hi Nicholas,
Appreciate you jumping in. I purchased a Silver support package and that team has said they are on it (but no answer so far).
This is happening in my default module, here is the relevant section from app.yaml:
max_pending_latency: 150ms
- libs/mapreduce/include.yaml
2. I started noticing this on Jan. 18 at 7:30PM ET. At that time, it was a very big problem, I was getting thousands of these errors and my sight was unresponsive. Since then, I have (1) lowered the rate of my taskqueues, (2) lowered the rate of cron jobs, (3) increased min_idle_instances from 1 to 2. The problem has decreased, but has not gone away.
3. I'm not sure if this is specific to Taskqueues. Below are two examples of a user requests failing with the same error message. Notice that the request time is 100 and 87 seconds respectively, so these would have hit the timeout. However, what is suspicious is that there are no logs printed other than the error message. Both of these requests should print out quite a bit of logging information.
2016-01-20 13:47:52.869 /get_creditcard.ajax?_=1453315570813 500 100831ms 0kb Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 module=default version=18
209.155.152.66 - - [20/Jan/2016:10:47:52 -0800] "GET /get_creditcard.ajax?_=1453315570813 HTTP/1.1" 500 0 - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36" "www.docketalarm.com" ms=100832 cpu_ms=0 cpm_usd=0.000074 exit_code=123 app_engine_release=1.9.31 instance=00c61b117ca4e745b9e7703d6d0cad31c835274c
E2016-01-20 13:47:52.869