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

Unified Diff: scheduler/appengine/engine/cron/demo/app.yaml

Issue 2980943002: Add cron.Machine state machine. (Closed)
Patch Set: typos 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 | scheduler/appengine/engine/cron/demo/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/engine/cron/demo/app.yaml
diff --git a/scheduler/appengine/engine/cron/demo/app.yaml b/scheduler/appengine/engine/cron/demo/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cd328070d4de88f28e5f5c1c7e13351ce03363c0
--- /dev/null
+++ b/scheduler/appengine/engine/cron/demo/app.yaml
@@ -0,0 +1,14 @@
+application: local-cron-machine-adhoc-demo
+module: default
+runtime: go
+api_version: go1
+
+handlers:
+- url: /internal.*
+ script: _go_app
+ secure: always
+ login: admin
+
+- url: /.*
+ script: _go_app
+ secure: always
« no previous file with comments | « no previous file | scheduler/appengine/engine/cron/demo/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698