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

Unified Diff: appengine/swarming/cron.yaml

Issue 2386793002: Reimplement Machine Provider integration (Closed)
Patch Set: Created 4 years, 2 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 | « appengine/components/components/machine_provider/utils.py ('k') | appengine/swarming/handlers_backend.py » ('j') | no next file with comments »
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 36673e09773e294592ecafe311ca2fb1b17baa7a..83458c2ff7f9eb5590cec847f894c2ac0d1c83b9 100644
--- a/appengine/swarming/cron.yaml
+++ b/appengine/swarming/cron.yaml
@@ -18,13 +18,13 @@ cron:
url: /internal/cron/abort_expired_task_to_run
schedule: every 1 minutes
-- description: Manage bots leased from Machine Provider.
- url: /internal/cron/machine_provider
- schedule: every 1 minutes synchronized
+- description: Configure Machine Provider leases.
+ url: /internal/cron/machine_provider_config
+ schedule: every 1 minutes
-- description: Clean up bots leased from Machine Provider.
- url: /internal/cron/machine_provider_cleanup
- schedule: every 5 minutes
+- description: Manage Machine Provider leases.
+ url: /internal/cron/machine_provider_manage
+ schedule: every 1 minutes synchronized
- description: Aggregate all bots dimensions for easier sorting.
url: /internal/cron/aggregate_bots_dimensions
@@ -34,10 +34,6 @@ cron:
url: /internal/cron/aggregate_tasks_tags
schedule: every 1 hours
-- description: Enqueue task to handle Pub/Sub messages from Machine Provider.
- url: /internal/cron/machine_provider_pubsub
- schedule: every 1 minutes
-
### ereporter2
- description: ereporter2 cleanup
« no previous file with comments | « appengine/components/components/machine_provider/utils.py ('k') | appengine/swarming/handlers_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698