DivineOmega / Watchful-Eyes

Watchful Eyes - A JavaScript powered site monitor
GNU General Public License v3.0
4 stars 2 forks source link

Stagger initial checks #2

Closed DivineOmega closed 8 years ago

DivineOmega commented 8 years ago

When the system first starts up, or when it automatically refreshes as a result of a detected configuration change, all initial checks are ran at once. With a lot of sites configured, at best this results in several checks failing due to connection timeouts, at worst it can work as a form of DOS on the web server(s).

Instead of all initial checks running at once, they should be staggered over time.

DivineOmega commented 8 years ago

Done!