## Use Case We want to make gRPC client deadline from GQL -> Entity Service configurable. ## Proposal If you look at https://github.com/hypertrace/hypertrace-graphql/blob/cef8ab9b579df1208d2fc783209bf0416021ce94/hypertrace-graphql-entity-schema/src/main/java/org/hypertrace/graphql/entity/dao/GatewayServiceEntityDao.java#L80, the client deadline is hardcoded to 10s. We want to increase this but since it is not configurable, we will have to make a code change.