pub async fn dump_worker_node_await_tree(
worker_nodes: impl IntoIterator<Item = &WorkerNode>,
actor_traces_format: ActorTracesFormat,
) -> MetaResult<StackTraceResponse>
Expand description
Dump the await tree of the given worker nodes (compute nodes or compactor nodes).