html2rss-web icon indicating copy to clipboard operation
html2rss-web copied to clipboard

Make HealthCheck checks concurrently

Open gildesmarais opened this issue 3 years ago • 0 comments

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).

gildesmarais avatar Jan 08 '23 14:01 gildesmarais