go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/scheduler/appengine/frontend/queue.yaml (about) 1 # TODO(vadimsh): Configure retry parameters. 2 queue: 3 - name: read-project-config 4 rate: 1000/m 5 retry_parameters: 6 # 1 minute after first try there will normally be a new equivalent task 7 # created by read-config cron, which runs every minute. 8 task_age_limit: 1m 9 10 - name: timers 11 rate: 500/s 12 13 - name: batches 14 rate: 500/s 15 16 - name: crons 17 rate: 500/s 18 19 - name: launches 20 rate: 500/s 21 bucket_size: 100 22 retry_parameters: 23 min_backoff_seconds: 5 24 max_backoff_seconds: 600 25 26 - name: completions 27 rate: 500/s 28 29 - name: triages 30 rate: 500/s 31 32 - name: triggers 33 rate: 500/s