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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 cron:
2 - description: Load everything for trunk.
3 url: /cron/trunk
4 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
5
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.
6 - description: Load everything for dev.
7 url: /cron/dev
8 schedule: every 5 minutes
9
10 - description: Load everything for beta.
11 url: /cron/beta
12 schedule: every 5 minutes
13
14 - description: Load everything for stable.
15 url: /cron/stable
16 schedule: every 5 minutes
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698