You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like to use expectedStatusCodes (to be 200) combined with maxResponseTime to detect when the websites are degraded. In case of a failure it takes 3x or more time to respond. Which would mark the page as degraded, instead of down, because the time limit was hit first.
Could there be be (ex.) cancleRequestAfter variable, which defines when the request actually is cancled. The status code would give a better feedback about the status, compared with a delay. If cancleRequestAfter was reached that should mark a website as down, too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i would like to use
expectedStatusCodes(to be 200) combined withmaxResponseTimeto detect when the websites are degraded. In case of a failure it takes 3x or more time to respond. Which would mark the page as degraded, instead of down, because the time limit was hit first.Could there be be (ex.)
cancleRequestAftervariable, which defines when the request actually is cancled. The status code would give a better feedback about the status, compared with a delay. IfcancleRequestAfterwas reached that should mark a website as down, too.Beta Was this translation helpful? Give feedback.
All reactions