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

Unified Diff: milo/frontend/appengine/module-pubsub.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 | « milo/frontend/appengine/module-api.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/appengine/module-pubsub.yaml
diff --git a/milo/frontend/appengine/module-pubsub.yaml b/milo/frontend/appengine/module-pubsub.yaml
index 3d8ab64ed53d8324c5642bb0225725c85fab2288..ebe46fde51b18b3e68063b2537acfbeb822c66eb 100644
--- a/milo/frontend/appengine/module-pubsub.yaml
+++ b/milo/frontend/appengine/module-pubsub.yaml
@@ -5,6 +5,11 @@ module: pubsub
instance_class: F4_1G
handlers:
+- url: /_ah/warmup
+ script: _go_app
+ secure: always
+ login: admin
+
# Pubsub Handler.
- url: /_ah/push-handlers/.*
script: _go_app
« no previous file with comments | « milo/frontend/appengine/module-api.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698