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

Create GrpcScheduler tests #154

Open
chrisstaite-menlo opened this issue Jul 9, 2023 · 3 comments
Open

Create GrpcScheduler tests #154

chrisstaite-menlo opened this issue Jul 9, 2023 · 3 comments

Comments

@chrisstaite-menlo
Copy link
Collaborator

There are cases where proxying a Scheduler to another instance would be useful.

An example use case is where an instance sits close to clients that is running a fast-slow store for CAS and AC over a slow network connection. This would allow an action cache lookup scheduler to utilise the local AC and then forward actions that are not found to a remote scheduler that is closer to the workers.

@chrisstaite
Copy link
Contributor

I have a branch with an initial implementation of this, just waiting on a few more PRs before it is possible to bring it in.

@chrisstaite-menlo
Copy link
Collaborator Author

Implemented in #160

@chrisstaite-menlo
Copy link
Collaborator Author

Leaving this issue open because there's no tests yet.

@chrisstaite-menlo chrisstaite-menlo changed the title Create GrpcScheduler Create GrpcScheduler tests Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants