Relative Content

Tag Archive for grpcgeventgrpc-python

Running into 500 deadline exceeded errors in a cross-service GRPC request

I’m dealing with one of the hardest bugs of my career. To start with a brief summary: I have two services, both written in python. The first (henceforth referred to asclient), is an http-serving API client. It calls the second (henceforth referred to as server), which is a python GRPC service.

Running into 500 deadline exceeded errors in a cross-service GRPC request

I’m dealing with one of the hardest bugs of my career. To start with a brief summary: I have two services, both written in python. The first (henceforth referred to asclient), is an http-serving API client. It calls the second (henceforth referred to as server), which is a python GRPC service.