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
{{ message }}
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
The watch function will generally timeout if nothing changes for a particular prefix (by default this will happen after 30 seconds). The client code doesn't handle the 504 explicitly (it does handle timeouts in its own context), and thus it ends up logging all the timeouts, which is annoying and misleading.
We should make it simply ignore those timeouts, or perhaps just log them at DEUG level.