feat: Add probes to worker service (#7896)

* feat: Add probes to worker service

* feat: Add probes to worker service

* Merge branch 'master' into pr/7896

* refactor

---------

Co-authored-by: Chris Lu <chris.lu@gmail.com>
This commit is contained in:
Sheya Bernstein
2025-12-27 21:40:05 +00:00
committed by GitHub
parent ef20873c31
commit 915a7d4a54
4 changed files with 44 additions and 6 deletions

View File

@@ -896,6 +896,10 @@ func (w *Worker) GetPerformanceMetrics() *types.WorkerPerformance {
}
}
func (w *Worker) GetAdmin() AdminClient {
return w.getAdmin()
}
// messageProcessingLoop processes incoming admin messages
func (w *Worker) messageProcessingLoop() {
glog.Infof("MESSAGE LOOP STARTED: Worker %s message processing loop started", w.id)