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
Since this timeout can occur when a process is closing/exiting it can mean a significant amount of time when the process is just retrying before it ultimately ends.
For example, it's easy to misconfigure the target service e.g.:
status = StatusCode.UNAVAILABLE
details = "DNS resolution failed for service: opencensus-collector:55680"
which can cause processes to easily hang at exit (and print nothing by default).