simonsobs / sotodlib

Simons Observatory: Time-Ordered Data processing library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Monitor InfluxDBClient timeout

BrianJKoopman opened this issue · comments

The timeout argument for InfluxDBClient should be added to the Monitor class so that we can handle timeouts to the InfluxDB that might occur during a flow.

This timeout gets used when trying to make the initial connection to InfluxDB and on any request, which is how data gets sent to the database. Right now it'll probably just hang if the request doesn't go through.