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

Unified Diff: appengine/swarming/cron.yaml

Issue 2212073002: Add endpoint and cron job to aggregate all dimensions and values (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: y 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/swarming/handlers_backend.py » ('j') | appengine/swarming/handlers_backend.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/cron.yaml
diff --git a/appengine/swarming/cron.yaml b/appengine/swarming/cron.yaml
index 07ff213502359e03c8cfdb5edb1c61a92085820b..e4d7172b874c3f1e34ffcf7036e4a42e2503bf81 100644
--- a/appengine/swarming/cron.yaml
+++ b/appengine/swarming/cron.yaml
@@ -26,6 +26,10 @@ cron:
url: /internal/cron/machine_provider_cleanup
schedule: every 5 minutes
+- description: Aggregate all bot dimensions for easier sorting.
M-A Ruel 2016/08/05 14:36:04 bots
kjlubick 2016/08/05 17:38:57 Done.
+ url: /internal/cron/aggregate_bot_dimensions
+ schedule: every 5 minutes
+
- description: Enqueue task to handle Pub/Sub messages from Machine Provider.
url: /internal/cron/machine_provider_pubsub
schedule: every 1 minutes
« no previous file with comments | « no previous file | appengine/swarming/handlers_backend.py » ('j') | appengine/swarming/handlers_backend.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698