Page 2 of 2

Re: Plugin stops logging every midnight since upgrade

PostPosted: Sun Aug 25, 2019 10:00 am
by howartp
Nathan, have you looked into the source of the problem?

You did suggest yourself “some kind of exponential backoff” which is what’s been implemented here, but it doesn’t help if your DB is going offline, or your network is dropping, or...

Identifying that (eg trying manually at midnight) might cast light on the issue.


Sent from my iPhone using Tapatalk Pro

Re: Plugin stops logging every midnight since upgrade

PostPosted: Sun Aug 25, 2019 8:08 pm
by nathanw
I agree. The (IP) ping test didn't find any problems the other night; I'm going to try an influxdb.client.ping() loop tonight, with the same connection open, and see if I notice anything.