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

Unified Diff: scheduler/appengine/engine/cron/demo/queue.yaml

Issue 2981143002: Add 'dsset' structure. (Closed)
Patch Set: rebase Created 3 years, 5 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 | « scheduler/appengine/engine/cron/demo/main.go ('k') | scheduler/appengine/engine/dsset/dsset.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/engine/cron/demo/queue.yaml
diff --git a/scheduler/appengine/engine/cron/demo/queue.yaml b/scheduler/appengine/engine/cron/demo/queue.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..7f41f1930fe1d3af57d655fc4e1be6f8d7f70305
--- /dev/null
+++ b/scheduler/appengine/engine/cron/demo/queue.yaml
@@ -0,0 +1,21 @@
+# TODO(vadimsh): Configure retry parameters.
+queue:
+- name: timers
+ rate: 500/s
+ bucket_size: 500
+
+- name: triggers
+ rate: 500/s
+ bucket_size: 500
+
+- name: triages
+ rate: 500/s
+ bucket_size: 500
+
+- name: launches
+ rate: 500/s
+ bucket_size: 500
+
+- name: invocations
+ rate: 500/s
+ bucket_size: 500
« no previous file with comments | « scheduler/appengine/engine/cron/demo/main.go ('k') | scheduler/appengine/engine/dsset/dsset.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698