File: client-side-rate-limiting-dec43fc9b54f5b70.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (10 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Support added for client-side rate limiting. Two new parameters now
    exist for ``keystoneauth1.adapter.Adapter``. ``rate`` expresses a
    maximum rate at which to execute requests. ``parallel_limit`` allows
    for the creation of a semaphore to control the maximum number of
    requests that can be active at any one given point in time.
    Both default to ``None`` which has the normal behavior or not limiting
    requests in any manner.