GAE 请求操时增加到10分钟了吗

2012-07-16 23:21:41 +08:00
 sohoer
2012-07-14 08:21:39.325 /_ah/queue/mq/xxxx 500 601665ms 0kb AppEngine-Google; (+http://code.google.com/appengine)


com.google.apphosting.runtime.HardDeadlineExceededError: This request (120ac71a1ba48095) started at 2012/07/14 15:11:39.134 UTC and was still executing at 2012/07/14 15:21:39.307 UTC.
3295 次点击
所在节点    Google App Engine
6 条回复
88250
2012-07-17 10:44:43 +08:00
定时任务、队列和普通客户端请求超时控制是不一样的哦。
sohoer
2012-07-17 11:55:37 +08:00
@88250 客户端请求还是60秒,队列,定时任务是动态控制的吗,好像在文档哪里看到回头又找不到了
GAE还是经常抽风,抛出些异常查都不好查
88250
2012-07-17 14:54:59 +08:00
普通客户端请求超时是 60 秒,定时任务和队列是 10 分钟。

看一下发布公告:https://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
sohoer
2012-07-17 15:24:44 +08:00
@88250
Version 1.4.0 - December 02, 2010
The deadline for Task Queue and Cron requests has been raised to 10 minutes. Datastore and API deadlines within those requests remain unchanged.

还真难找,现在队列中的代码都是设置的40秒操时,赶紧改了,呵呵!
88250
2012-07-17 15:37:49 +08:00
P.S.
看一下这里:https://developers.google.com/appengine/docs/java/runtime#The_Request_Timer

可以用 ApiProxy.getCurrentEnvironment().getRemainingMillis() 这个 API 获取当前请求剩余时间,方便做一些动态调整。
sohoer
2012-07-17 16:10:14 +08:00
@88250 嗯,谢谢了! 有了这个API就方便了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/42549

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX