-
-
Notifications
You must be signed in to change notification settings - Fork 344
Handling API timeouts #65
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
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
/connectionsendpoint 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.