ironic-python-agent/releasenotes/notes/inspector-retry-502-2b286e2ccc64c195.yaml
Iury Gregory Melo Ferreira 801da9ec1f Retry in ProxyError during post inspector data
* ProxyError is derived from ConnectionError, but it's necessary
to check the Response object to identify.

- Added ProxyError in retry_if_exception_type
- Updated _post_to_inspector to proper handle ProxyError
- Updated the wait to use wait_exponential instead of wait_fixed.

Closes-Bug: 2045429
Change-Id: Iefe3fe581cd4e7c91a0da708e6f6d0fdaacab6fe
2023-12-06 12:01:35 -03:00

5 lines
78 B
YAML

---
fixes:
- |
Fixes the post data to inspector to retry in 50X errors.