update to address some API deprecations
[gae-samples.git] / voterlator / queue.yaml
blob36664e3b5a3540e429312aaca225ecc6b77d8308
1 total_storage_limit: 1G
3 queue:
4 - name: votes
5   mode: pull
6 - name: tally
7   rate: 6/m
8   max_concurrent_requests: 5
9   retry_parameters:
10     min_backoff_seconds: 5
11     max_backoff_seconds: 5