tkurki / signalk-to-influxdb2

Apache License 2.0
6 stars 4 forks source link

feature: wait for InfluxDB to become available #73

Closed tkurki closed 2 days ago

tkurki commented 2 days ago

On server/plugin start wait for Influx connection to become available.

Previously plugin startup would fail if InfluxDB is not available when plugin starts and never retry. If SK server would start more quickly than Influx on server bootup the plugin would never start writing data.

Fixes #52.