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

Unified Diff: perf_insights/cron.yaml

Issue 1505303003: [perf-insights] Trace corpus cleanup endpoint (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 5 years 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 | « perf_insights/app.yaml ('k') | perf_insights/perf_insights/endpoints/corpus_cleanup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf_insights/cron.yaml
diff --git a/perf_insights/cron.yaml b/perf_insights/cron.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0f88cccacfc842fbeca422409bf4aa2a2a03b77b
--- /dev/null
+++ b/perf_insights/cron.yaml
@@ -0,0 +1,8 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+cron:
+- description: Daily cleanup job
+ url: /corpus_cleanup
+ schedule: every 24 hours
« no previous file with comments | « perf_insights/app.yaml ('k') | perf_insights/perf_insights/endpoints/corpus_cleanup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698