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

Tasks stop executing when unable to connect InfluxDB #289

Closed
fffw opened this issue Mar 5, 2016 · 5 comments
Closed

Tasks stop executing when unable to connect InfluxDB #289

fffw opened this issue Mar 5, 2016 · 5 comments
Milestone

Comments

@fffw
Copy link

fffw commented Mar 5, 2016

My InfluxDB crashed for a few hours and all batch tasks stopped without my notice. Do we have an option to let tasks continue executing next time even it failed? I didn't spot such option from the default configuration.

[task_master] 2016/02/22 12:00:42 E! Stopped task: heroku_response_time Get https://:8080/ping: dial tcp 127.0.1.1:8080: getsockopt: connection refused

@nathanielc
Copy link
Contributor

@fffw For errors connecting to InfluxDB this has been fixed in the nightlies. The InfluxDBOut Node will only log failures but continue to operate. Working on adding stats about dropped writes as well so it is easier to track any drops.

@fffw
Copy link
Author

fffw commented Mar 8, 2016

Thanks @nathanielc ! I didn't use InfluxDBOut node, only run batch queries from InfluxDB. Did that fixed as well?

@nathanielc nathanielc added this to the v0.11 milestone Mar 8, 2016
@nathanielc
Copy link
Contributor

@fffw No it do not, It is an easy fix.

@fffw
Copy link
Author

fffw commented Mar 9, 2016

Great thanks!

On Tuesday, March 8, 2016, Nathaniel Cook notifications@github.com wrote:

@fffw https://github.com/fffw No it do not, It is an easy fix.


Reply to this email directly or view it on GitHub
#289 (comment)
.

@fffw
Copy link
Author

fffw commented Mar 11, 2016

Wow it's quick @nathanielc ! Thanks!

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

No branches or pull requests

2 participants