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 42afc43 commit a8deab3Copy full SHA for a8deab3
src/dist/http.rs
@@ -954,6 +954,7 @@ mod server {
954
Ok(HeartbeatServerResult { is_new }) => {
955
trace!(target: "sccache_heartbeat", "Heartbeat success is_new={}", is_new);
956
// TODO: if is_new, terminate all running jobs
957
+ if is_new {info!("Server connected to scheduler");}
958
thread::sleep(HEARTBEAT_INTERVAL)
959
}
960
Err(e) => {
0 commit comments