newrelic-telemetry-sdk-python
newrelic-telemetry-sdk-python copied to clipboard
Add a retry strategy for urllib3.
The SDK should implement a retry strategy to handle connection errors / server errors. The retry strategy should be configurable.
See the implement-retry branch for a proposed solution.