This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: bypass grpc dialer backoff strategy
This would bypass the grpc dialer backoff strategy and handle dial timeout internally. Because we do not have a large number of concurrent dialers, it is not reasonable to have such aggressive backoffs which would kill kata containers boot up speed. For more information, see https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md Fixes: #320 Signed-off-by: Peng Tao <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters