Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

adding retry logic for all requests.exceptions #508

Merged
merged 3 commits into from
Oct 30, 2017

Conversation

xginn8
Copy link
Collaborator

@xginn8 xginn8 commented Sep 29, 2017

adding an exponential backoff with jitter on POST calls
reducing the number of retries in some of the tests to comply with the
backoff feature.
pass through all requests.exceptions after the permitted number of retries.

fixes #378, maybe could fix #416 too but I'm not sure about how best to pass back requests.exceptions.

adding an exponential backoff with jitter on POST calls
reducing the number of retries in some of the tests to comply with the
backoff feature.
pass through all requests.exceptions after the permitted number of retries.
@xginn8
Copy link
Collaborator Author

xginn8 commented Oct 26, 2017

new build failure looks to be the same travis issue as aayush26/pirant#19

@xginn8 xginn8 merged commit 9d6de13 into influxdata:master Oct 30, 2017
@xginn8 xginn8 deleted the retry_with_backoff branch July 1, 2018 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrap exception in InfluxDBClientError DataFrameClient retry on batches
2 participants