Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Ignore influx error
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed Mar 24, 2020
1 parent e1fd20d commit ec52945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/common/metric_store/influxdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub async fn run_metricstore(mut influxdb_connector: InfluxDBConnector) {
Measurement::Round(round) => round.into_query("coordinator"),
Measurement::Counter(counter) => counter.into_query("coordinator"),
};
influxdb_connector
let _ = influxdb_connector
.client
.query(&query)
.await
Expand Down

0 comments on commit ec52945

Please sign in to comment.