Initial queue-proxy websocket errors are confusing. #2951
Labels
area/autoscale
area/networking
kind/bug
Categorizes issue or PR as related to a bug.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Expected Behavior
The queue-proxy does not report any errors after startup if it can successfully connect to the autoscaler via a websocket connection.
Actual Behavior
The queue-proxy almost always reports one or two failures because an event was tried to be sent before an initial connection was created.
Steps to Reproduce the Problem
Additional Info
To mitigate this, we could only start reporting these kinds of errors a certain time after startup. 10 seconds should suffice in this case I think.
The text was updated successfully, but these errors were encountered: