Skip to content
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

Document max retries for InfluxDB #2485

Closed
wants to merge 1 commit into from

Conversation

janLo
Copy link
Contributor

@janLo janLo commented Apr 23, 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/core#7247

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
@mention-bot
Copy link

@janLo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @fabaff, @balloob and @jwyse to be potential reviewers.

Copy link
Contributor

@jwyse jwyse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🐦

@Landrash
Copy link
Contributor

Closing this until parent PR is reopened.

@Landrash Landrash closed this Jul 17, 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.

5 participants