Skip to content

Commit ace1057

Browse files
committed
fix: oops 🙄
1 parent 299beb9 commit ace1057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/base/src/rt_worker/supervisor/strategy_per_worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub async fn supervise(args: Arguments) -> ShutdownReason {
123123
// isolate.
124124
req_ack_count == demand.load(Ordering::Acquire),
125125
);
126-
126+
error!("wall clock duration reached. isolate: {:?}", key);
127127
return ShutdownReason::WallClockTime;
128128
}
129129
}

0 commit comments

Comments
 (0)