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
If a web application is offline, and there is no response, fetch waits a few seconds until it times out.
Until there was no timeout, the web application will not be marked as offline.
Is it possible to add a "timeout" option (in addition to the already existing method option) to set the timeout to a given value.
By setting it for example to 500ms, the web application would be marked as "offline" much faster.
The text was updated successfully, but these errors were encountered:
By default, the Ping-Service uses
fetch
to get the status of the target web applicationIf a web application is offline, and there is no response, fetch waits a few seconds until it times out.
Until there was no timeout, the web application will not be marked as offline.
Is it possible to add a "timeout" option (in addition to the already existing method option) to set the timeout to a given value.
By setting it for example to 500ms, the web application would be marked as "offline" much faster.
The text was updated successfully, but these errors were encountered: