We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299beb9 commit ace1057Copy full SHA for ace1057
crates/base/src/rt_worker/supervisor/strategy_per_worker.rs
@@ -123,7 +123,7 @@ pub async fn supervise(args: Arguments) -> ShutdownReason {
123
// isolate.
124
req_ack_count == demand.load(Ordering::Acquire),
125
);
126
-
+ error!("wall clock duration reached. isolate: {:?}", key);
127
return ShutdownReason::WallClockTime;
128
}
129
0 commit comments