alphasights / walnut

Lightweight, simplistic dashboard to monitor web services, CI and applications
36 stars 6 forks source link

404/500 codes are interpreted as network failure #1

Open toreriklinnerud opened 12 years ago

toreriklinnerud commented 12 years ago

jQuery AJAX reports a failure when the http status code isn't 200, which triggers our network failure callback. We should probably interpret these as app errors instead.

johnkferguson commented 9 years ago

This issue still relevant?