connected-web / product-monitor

A HTML/JavaScript template for monitoring a product by encouraging product developers to gather all the information about the status of a product, including live monitoring, statistics, endpoints, and test results into one place.
8 stars 3 forks source link

Status Button / Status Checker should be more lenient towards `510 Request timed out` errors #44

Closed Markavian closed 9 years ago

Markavian commented 9 years ago

The rapid timeout on requests (900ms) means that very frequently errors are displayed on the dashboard. In summary though, these can be discounted, unless a majority of the last 10 checks have failed in this way.

The report status colour could definitely be improved by a bit of fuzzy / intelligent matching.

johnbeech commented 9 years ago

Have increased the default timeout to 1500ms.