Skip to content

Commit

Permalink
Add log for wait
Browse files Browse the repository at this point in the history
Signed-off-by: YouXam <[email protected]>
  • Loading branch information
YouXam committed Jul 17, 2024
1 parent 35042e1 commit 67cf501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WorkerNodeGo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func main() {
break
}
LOCK.Unlock()
log.Printf("Processing limit reached, waiting for free slot")
<-LOCK_CHAN
}
}
Expand Down

0 comments on commit 67cf501

Please sign in to comment.