我看到在任务队列中排队的任务非常缓慢 - 根据日志,任务的请求在大约10秒内完成,而appstats显示接近1秒。
例如,日志中的一个请求条目:
0.1.0.2 - - [24 / Feb / 2014:16:01:38 -0800]“POST [URI] HTTP / 1.1”200 59“[URL]”“AppEngine-Google;(+ {{3} })” “[域名]”ms = 39422 cpu_ms = 70 cpm_usd = 0.002559 queue_name = [队列 name] task_name = [task name] pending_ms = 9339 exit_code = 101 app_engine_release = 1.8.9 instance = [instance]
以下是相应的appstats时间:
real = 1150ms api = 0ms开销= 14ms
为什么appstats显示的内容和日志显示的内容存在很大的差异?
这适用于用python 2.7编写的应用程序。