My main thread starts multiple threads which serve http and grpc endpoints.
main thread
s1 = Server1() s2 = Server2()
Server1 and Serv