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

Unified Diff: chrome/common/extensions/docs/server2/cron.yaml

Issue 10829348: Extensions Docs Server: Large performance increase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: server is fast Created 8 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
Index: chrome/common/extensions/docs/server2/cron.yaml
diff --git a/chrome/common/extensions/docs/server2/cron.yaml b/chrome/common/extensions/docs/server2/cron.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c36e8c1fe6dba9f63fde3e8c0862b4fe229ebd43
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/cron.yaml
@@ -0,0 +1,16 @@
+cron:
+- description: Load everything for trunk.
+ url: /cron/trunk
+ schedule: every 5 minutes
not at google - send to devlin 2012/08/20 05:27:10 This means that the worst case is 10 minutes for a
+
not at google - send to devlin 2012/08/20 05:27:10 Another comment: we need to be careful with races
cduvall 2012/08/20 21:28:09 Both good things to think about. Thanks.
+- description: Load everything for dev.
+ url: /cron/dev
+ schedule: every 5 minutes
+
+- description: Load everything for beta.
+ url: /cron/beta
+ schedule: every 5 minutes
+
+- description: Load everything for stable.
+ url: /cron/stable
+ schedule: every 5 minutes

Powered by Google App Engine
This is Rietveld 408576698