Custom per service HTTP timeout
under review
Yann Léger
The default HTTP timeout of service is currently 120 seconds. In specific cases, it might be useful to be able to increase the timeout if you rely on slow APIs.
Long timeouts for HTTP calls are not a good practice but this might be needed anyway.
Log In
Daz Wilkin
gRPC (HTTP/2) streaming benefits from long-running connections.
Yann Léger
under review