Commit fc680d0
committed
fix: bump chainlink-common to fix HealthChecker stale cache on Register
HealthChecker.Register() now signals the polling goroutine to run
update() immediately when the checker is already running, eliminating
the up-to-15-second window where a dynamically registered service
(e.g. a spawned job) was absent from IsHealthy() / IsReady() even
though Ready() already returned nil.
Fixes CORE-2386.
Companion chainlink-common PR: smartcontractkit/chainlink-common#19761 parent d62edd5 commit fc680d0
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments