Skip to content

Commit 4a470bc

Browse files
authored
Merge pull request #297 from m-lab/queue-fix
fix bad queue names
2 parents b9ad807 + 6885121 commit 4a470bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appengine/queue.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,27 @@ queue:
7474
# 2. We have 5 queues, to allow up to about 500 rows/second, to
7575
# allow 30 days of data to be processed within one day, with
7676
# some headroom for future growth.
77-
- name: etl-ndt-batch_0
77+
- name: etl-ndt-batch-0
7878
target: etl-ndt-batch-parser
7979
rate: 1.0/s
8080
bucket_size: 10
8181
max_concurrent_requests: 75
82-
- name: etl-ndt-batch_1
82+
- name: etl-ndt-batch-1
8383
target: etl-ndt-batch-parser
8484
rate: 1.0/s
8585
bucket_size: 10
8686
max_concurrent_requests: 75
87-
- name: etl-ndt-batch_2
87+
- name: etl-ndt-batch-2
8888
target: etl-ndt-batch-parser
8989
rate: 1.0/s
9090
bucket_size: 10
9191
max_concurrent_requests: 75
92-
- name: etl-ndt-batch_3
92+
- name: etl-ndt-batch-3
9393
target: etl-ndt-batch-parser
9494
rate: 1.0/s
9595
bucket_size: 10
9696
max_concurrent_requests: 75
97-
- name: etl-ndt-batch_4
97+
- name: etl-ndt-batch-4
9898
target: etl-ndt-batch-parser
9999
rate: 1.0/s
100100
bucket_size: 10

0 commit comments

Comments
 (0)