timoschlueter / nightscout-librelink-up

Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout.
MIT License
192 stars 246 forks source link

Handling API timeouts #65

Open timoschlueter opened 1 year ago

timoschlueter commented 1 year ago

While porting this application to Go/Golang in order to use it as a input-plugin for Telegraf I noticed that there are periodically timeouts on the /connections endpoint of the LLU backend. Timeouts are not yet handled in this application and might have something to do with the errors in the logs as described in #58 and #28.