Chromium Code Reviews| 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 |