English 中文(简体)
如何运用新的“待决最低限度”设计来影响热点要求?
原标题:How does App Engine s new "Minimum Pending Latency" setting affect warmup requests?

如何运用新的“待决最低限度”设计来影响热点要求?

如果我设定10秒的“最低待决排位”的话,那么我是否愿意提出温和要求,即使未决的排位从未达到高点?

我希望这将,因为我的冷开时间大约为15秒。 我希望,通过确定“最低待决期限”高,它不会试图开始对面临申请的用户(使用户等待15秒)进行调查,但是,在提出热情要求的情况下,它还会开始出现这种情况。

最佳回答

只要待决的排位低于你具体规定的价值,上诉引擎运行时间就不会开始新情况。 这包括热情要求。 一旦排位超过你规定的价值,则管理时间将尽可能利用热情要求,开始出现新的情况。

问题回答

暂无回答




相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...

热门标签