diff --git a/common/workers/src/workers.rs b/common/workers/src/workers.rs index e33ebd75..bd12d928 100644 --- a/common/workers/src/workers.rs +++ b/common/workers/src/workers.rs @@ -57,6 +57,7 @@ impl Workers { // 等待直到所有槽都被释放 self.notify.notified().await; } + info!("worker wait end"); } pub async fn available(&self) -> usize {