Human readable logging on timeout #15752
Labels
kind/feature
Well-understood/specified features, ready for coding.
triage/accepted
Issues which should be fixed (post-triage)
Describe the feature
When queue proxy timeouts it shows the following trace:
The error that it shows is:
I guess that for most people, it is hard to correlate this error with a timeout due to timeoutSeconds. My proposal is to log or trace the timeout when it occurs in the following functions:
In each of the function indicating that a timeout was triggered and which timeout was triggered. I think that it is a simple fix, that should not impact in performance as it should be quite infrequent and it can help people quite a log figuring out what is happening in their systems.
The text was updated successfully, but these errors were encountered: