Looks like style-analyzer keeps an open connection to lookoutd.
When we redeploy lookout it obviously gets broken.
gRPC reestablishes connection automatically but only after the second request to the analyzer.
So the first Review/Push request after restart fails.
Please don't fix it yet. We might want to fix it in lookout-sdk (in the connection helper).
Looks like style-analyzer keeps an open connection to lookoutd.
When we redeploy lookout it obviously gets broken.
gRPC reestablishes connection automatically but only after the second request to the analyzer.
So the first Review/Push request after restart fails.
Please don't fix it yet. We might want to fix it in lookout-sdk (in the connection helper).