tapis-project / streams-api

Tapis Streams API
Other
0 stars 1 forks source link

Minor Bug in ReadyResource #165

Closed jeff-yc-wong closed 1 year ago

jeff-yc-wong commented 1 year ago

When checking for response status after pinging influxdb, we are currently checking for status code 204, although the site returns a 200 status code.

Also, currently there is no else statement, therefore if we ping the site but instead of returning 200, it returns something else (which is rare, but possible), it will return null.

jeff-yc-wong commented 1 year ago

fix was merged into dev branch