DAOCLOUD
推荐学习书目
Python Cookbook
Using Google App Engine
推荐下载
Latest Google App Engine SDK
其他兼容技术
AppScale
sohoer

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

  •  
  •   sohoer · Jul 16, 2012 · 3984 views
    This topic created in 5088 days ago, the information mentioned may be changed or developed.
    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 replies    1970-01-01 08:00:00 +08:00
    88250
        1
    88250  
       Jul 17, 2012
    定时任务、队列和普通客户端请求超时控制是不一样的哦。
    sohoer
        2
    sohoer  
    OP
       Jul 17, 2012
    @88250 客户端请求还是60秒,队列,定时任务是动态控制的吗,好像在文档哪里看到回头又找不到了
    GAE还是经常抽风,抛出些异常查都不好查
    88250
        3
    88250  
       Jul 17, 2012   ❤️ 1
    普通客户端请求超时是 60 秒,定时任务和队列是 10 分钟。

    看一下发布公告:https://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
    sohoer
        4
    sohoer  
    OP
       Jul 17, 2012
    @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  
       Jul 17, 2012
    P.S.
    看一下这里:https://developers.google.com/appengine/docs/java/runtime#The_Request_Timer

    可以用 ApiProxy.getCurrentEnvironment().getRemainingMillis() 这个 API 获取当前请求剩余时间,方便做一些动态调整。
    sohoer
        6
    sohoer  
    OP
       Jul 17, 2012
    @88250 嗯,谢谢了! 有了这个API就方便了。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   966 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 37ms · UTC 23:10 · PVG 07:10 · LAX 16:10 · JFK 19:10
    ♥ Do have faith in what you're doing.