Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1222)

Unified Diff: milo/frontend/appengine/module-api.yaml

Issue 2980163002: milo: Add warmup paths (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | milo/frontend/appengine/module-pubsub.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/appengine/module-api.yaml
diff --git a/milo/frontend/appengine/module-api.yaml b/milo/frontend/appengine/module-api.yaml
index d0aa9e6b1cd26e715f840ae8bd55dc817eb7f373..9cf9bc35dd18901be582a8b4e00d7efcf910edc1 100644
--- a/milo/frontend/appengine/module-api.yaml
+++ b/milo/frontend/appengine/module-api.yaml
@@ -5,6 +5,11 @@ module: api
instance_class: F4_1G
handlers:
+- url: /_ah/warmup
+ script: _go_app
+ secure: always
+ login: admin
+
# Machine endpoints.
- url: /prpc/.*
script: _go_app
« no previous file with comments | « no previous file | milo/frontend/appengine/module-pubsub.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698