html2rss / html2rss-web

🕸 Create custom RSS feeds from any website with ease! Quick setup with Docker. Use built-in configs or tailor your own. Stay updated effortlessly.
https://html2rss.github.io/components/html2rss-web
MIT License
86 stars 11 forks source link

Make HealthCheck checks concurrently #560

Closed gildesmarais closed 2 months ago

gildesmarais commented 1 year ago

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