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

Unified Diff: appengine/cmd/dm/frontend/doc.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fix imports and make dummy.go a real file Created 4 years, 6 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 | « appengine/cmd/dm/frontend/cron.yaml ('k') | appengine/cmd/dm/frontend/index.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/dm/frontend/doc.go
diff --git a/appengine/cmd/dm/frontend/doc.go b/appengine/cmd/dm/frontend/doc.go
index 7340f7337e672848e792ac741a8ee792fb6be202..d281c46c7c36415e6c546967a382f7d3e15f62ef 100644
--- a/appengine/cmd/dm/frontend/doc.go
+++ b/appengine/cmd/dm/frontend/doc.go
@@ -3,4 +3,12 @@
// that can be found in the LICENSE file.
// Package frontend is DM's Google AppEngine application stub.
+//
+// Setup
+//
+// * Create a pubsub topic "projects/$APPID/topics/dm-distributor-notify"
+// * Create a pubsub Push subscription:
+// Topic: "projects/$APPID/topics/dm-distributor-notify"
+// Name: "projects/$APPID/subscriptions/dm-distributor-notify"
+// Push: "https://$APPID.$APPDOMAIN/_ah/push-handlers/dm-distributor-notify"
package frontend
« no previous file with comments | « appengine/cmd/dm/frontend/cron.yaml ('k') | appengine/cmd/dm/frontend/index.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698