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

Side by Side Diff: scheduler/appengine/engine/cron/demo/app.yaml

Issue 2980943002: Add cron.Machine state machine. (Closed)
Patch Set: add-cron-machine-construct 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 unified diff | Download patch
OLDNEW
(Empty)
1 application: local-cron-machine-adhoc-demo
2 module: default
3 runtime: go
4 api_version: go1
5
6 handlers:
7 - url: /internal.*
8 script: _go_app
9 secure: always
10 login: admin
11
12 - url: /.*
13 script: _go_app
14 secure: always
OLDNEW
« no previous file with comments | « no previous file | scheduler/appengine/engine/cron/demo/main.go » ('j') | scheduler/appengine/engine/cron/demo/main.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698