Skip to content

Commit

Permalink
debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Aug 2, 2024
1 parent 4f2ab7b commit 99b7305
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/clients/ping/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,9 @@ async fn task(

let _ = RESPONSE_LATENCY.increment(latency);
}
Err(_) => {
todo!()
} // Err(ResponseError::Exception) => {
// RESPONSE_EX.increment();
// }
// Err(ResponseError::Timeout) => {
// RESPONSE_TIMEOUT.increment();
// }
// Err(ResponseError::Ratelimited) => {
// RESPONSE_RATELIMITED.increment();
// }
// Err(ResponseError::BackendTimeout) => {
// RESPONSE_BACKEND_TIMEOUT.increment();
// }
Err(e) => {
println!("error: {e}");
}
}
}

Expand Down

0 comments on commit 99b7305

Please sign in to comment.