You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(services): populate health state directly in Register
Replace the chRefresh channel mechanism with direct map population in
Register(). Instead of signaling the run() goroutine to call update()
(which re-checks ALL services), Register() now directly populates
c.ready and c.healthy for just the newly registered service. This is
simpler and avoids unnecessary re-polling of all services.
0 commit comments