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
For executing Probes, there is a timeout given, which is used by the HTTPGet, HTTPPost and TCPSocket probe but not by the Exec probe. This may result in endless blocking invocation if the probe never returns or something causes it to run very long.
For executing Probes, there is a timeout given, which is used by the HTTPGet, HTTPPost and TCPSocket probe but not by the Exec probe. This may result in endless blocking invocation if the probe never returns or something causes it to run very long.
prober/probe/prober.go
Lines 85 to 88 in 7208ea3
The text was updated successfully, but these errors were encountered: