tweak tracing spans; inlines
db deserializer tracing instrument cover Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -80,7 +80,9 @@ impl Service {
|
||||
|
||||
self.work_loop(id, &mut futures, &mut statuses).await;
|
||||
|
||||
self.finish_responses(&mut futures).boxed().await;
|
||||
if !futures.is_empty() {
|
||||
self.finish_responses(&mut futures).boxed().await;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user