Hello, I have simple GRPC echo service on Win server 2012 and python script on Ubuntu Linux that get fired from cron every 1 min Once in a day I get an exception
, in run res = stub.Echo(req, _TIMEOUT_SECONDS) File "/usr/local/lib/python2.7/dist-packages/grpc/framework/crust/implementations.py", line 75, in __call__ protocol_options, metadata, request) File "/usr/local/lib/python2.7/dist-packages/grpc/framework/crust/_calls.py", line 109, in blocking_unary_unary return next(rendezvous) File "/usr/local/lib/python2.7/dist-packages/grpc/framework/crust/_control.py", line 415, in next raise self._termination.abortion_error NetworkError: NetworkError(code=StatusCode.UNAVAILABLE, details="") Next call works fine. What could be a reason for such behavior ? Should I just ignore it and implement reconnect logic ? Thanks Aleksey -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9a4133e2-ef9a-4883-8c8b-7afed2943e51%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
