Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Documentation for retry on error in InfluxDB #3854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 26, 2017

Conversation

janLo
Copy link
Contributor

@janLo janLo commented Oct 31, 2017

Description:

This adds an optional max_retries parameter to the InfluxDB component
to specify if and how often the component should try to send the data
if the connection failed due to an IOError.

The sending will be scheduled for a retry in 20 seconds as often as the
user specified. This can be handy for flaky getwork connections between
the DB and Homeassistant or outages like daily DSL reconnects.

Pull request in home-assistant (if applicable): home-assistant/home-assistant#

@frenck
Copy link
Member

frenck commented Nov 14, 2017

👍 Can be merged as soon as the parent PR is merged.

@frenck frenck merged commit 5a12452 into home-assistant:next Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants