The HealthChecks run sequentially. That works fine for one or two custom configs, but could become slow with more feeds. `HealthCheck.run` should request feeds concurrently (e.g. using Ruby's `Fiber` or `Ractor`).
The HealthChecks run sequentially. That works fine for one or two custom configs, but could become slow with more feeds.
HealthCheck.runshould request feeds concurrently (e.g. using Ruby'sFiberorRactor).