File: status-code-retries-75052a43efa4edb2.yaml

package info (click to toggle)
python-keystoneauth1 3.10.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: python: 16,336; xml: 285; makefile: 97
file content (6 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
---
features:
  - |
    Addes support for retrying certain HTTP status codes when doing requests
    via the new ``status_code_retries`` and ``retriable_status_codes``
    parameters for ``Session`` and ``Adapter``.