Skip to content

Commit a8deab3

Browse files
samuel-jimenezsylvestre
authored andcommitted
Add scheduler connect message
1 parent 42afc43 commit a8deab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dist/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ mod server {
954954
Ok(HeartbeatServerResult { is_new }) => {
955955
trace!(target: "sccache_heartbeat", "Heartbeat success is_new={}", is_new);
956956
// TODO: if is_new, terminate all running jobs
957+
if is_new {info!("Server connected to scheduler");}
957958
thread::sleep(HEARTBEAT_INTERVAL)
958959
}
959960
Err(e) => {

0 commit comments

Comments
 (0)