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

Side by Side Diff: appengine/machine_provider/cron.yaml

Issue 2225263004: Adds config component to Machine Provider (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: . Created 4 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 | « appengine/machine_provider/config.py ('k') | appengine/machine_provider/handlers_endpoints.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 cron: 1 cron:
2 - url: /internal/cron/process-lease-requests 2 - url: /internal/cron/process-lease-requests
3 schedule: every 1 minutes 3 schedule: every 1 minutes
4 - url: /internal/cron/process-lease-releases 4 - url: /internal/cron/process-lease-releases
5 schedule: every 1 minutes 5 schedule: every 1 minutes
6 - url: /internal/cron/process-machine-reclamations 6 - url: /internal/cron/process-machine-reclamations
7 schedule: every 1 minutes 7 schedule: every 1 minutes
8 - url: /internal/cron/process-new-machines 8 - url: /internal/cron/process-new-machines
9 schedule: every 1 minutes 9 schedule: every 1 minutes
10 - url: /internal/cron/ts_mon/send 10 - url: /internal/cron/ts_mon/send
11 schedule: every 1 minutes 11 schedule: every 1 minutes
12 - description: read luci-config configs
13 # Handled by inclusion of components/config in app.yaml.
14 url: /internal/cron/config/update
15 schedule: every 1 minutes
OLDNEW
« no previous file with comments | « appengine/machine_provider/config.py ('k') | appengine/machine_provider/handlers_endpoints.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698