V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
DAOCLOUD
推荐学习书目
Python Cookbook
Using Google App Engine
推荐下载
Latest Google App Engine SDK
其他兼容技术
AppScale
sohoer
V2EX  ›  Google App Engine

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

  •  
  •   sohoer · 2012-07-16 23:21:41 +08:00 · 3287 次点击
    这是一个创建于 4302 天前的主题,其中的信息可能已经有所发展或是发生改变。
    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.
    6 条回复    1970-01-01 08:00:00 +08:00
    88250
        1
    88250  
       2012-07-17 10:44:43 +08:00
    定时任务、队列和普通客户端请求超时控制是不一样的哦。
    sohoer
        2
    sohoer  
    OP
       2012-07-17 11:55:37 +08:00
    @88250 客户端请求还是60秒,队列,定时任务是动态控制的吗,好像在文档哪里看到回头又找不到了
    GAE还是经常抽风,抛出些异常查都不好查
    88250
        3
    88250  
       2012-07-17 14:54:59 +08:00   ❤️ 1
    普通客户端请求超时是 60 秒,定时任务和队列是 10 分钟。

    看一下发布公告:https://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
    sohoer
        4
    sohoer  
    OP
       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
        5
    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
        6
    sohoer  
    OP
       2012-07-17 16:10:14 +08:00
    @88250 嗯,谢谢了! 有了这个API就方便了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2892 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 08:55 · PVG 16:55 · LAX 01:55 · JFK 04:55
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.