ericmckean / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

Rietveld should support warmup requests #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The codereview.appspot.com instance of Rietveld has the "always-on" feature 
(new in App Engine 1.4.0) turned on. Optionally, App Engine will also send 
"warm up" requests when it spins up a new instance.

See 
http://code.google.com/appengine/docs/python/config/appconfig.html#Inbound_Servi
ces .

We ought to enable this in app.yaml (according to the docs it won't hurt if 
always-on is not specified) and provide a handler for /_ah/warmup -- the 
handler should just return a 200 status immediately.

Original issue reported on code.google.com by guido@google.com on 6 Jan 2011 at 11:02

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 6 Apr 2012 at 6:26

GoogleCodeExporter commented 9 years ago
[Sorry, fat fingers problem, "wa" isn't a valid label :)]

Original comment by albrecht.andi on 6 Apr 2012 at 6:27

GoogleCodeExporter commented 9 years ago
Documentation was moved here: 
https://developers.google.com/appengine/docs/adminconsole/instances#Warmup_Reque
sts

Original comment by albrecht.andi on 6 Apr 2012 at 6:28