Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split gRPC Server and client settings and set connection backoff to 100 ms #1185

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

eabatalov
Copy link
Contributor

The split is needed to move Function Executor into Tensorlake repo so FE code only include grpc server settings.

The 100 ms channel connection backoff is needed to disable defaul exponential backoff logic in grpc client which results in very long connection durations if the first attempt to connect to grpc server wasn't successfull.

This reduces duration of SDK tests by about 4x.

@eabatalov eabatalov marked this pull request as ready for review January 23, 2025 01:43
…00 ms

The split is needed to move Function Executor into Tensorlake repo
so FE code only include grpc server settings.

The 100 ms channel connection backoff is needed to disable defaul exponential
backoff logic in grpc client which results in very long connection durations
if the first attempt to connect to grpc server wasn't successfull.

This reduces duration of SDK tests by about 4x.
@eabatalov eabatalov force-pushed the eugene-grpc-settings-split-and-backoff branch from efddac8 to c453e23 Compare January 23, 2025 15:24
@eabatalov eabatalov merged commit 4d3280f into main Jan 23, 2025
9 checks passed
@eabatalov eabatalov deleted the eugene-grpc-settings-split-and-backoff branch January 23, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant