9 lines
224 B
YAML
9 lines
224 B
YAML
# To configure Google App Engine task queues, copy this file to queue.yaml
|
|
# and edit as required
|
|
# See http://code.google.com/appengine/docs/python/config/queue.html
|
|
|
|
queue:
|
|
- name: default
|
|
rate: 20/m
|
|
bucket_size: 1
|