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

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

Issue 2980943002: Add cron.Machine state machine. (Closed)
Patch Set: typos Created 3 years, 4 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
« no previous file with comments | « no previous file | scheduler/appengine/engine/cron/demo/main.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698