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

daemon mode #38

Open
rustyrazorblade opened this issue Oct 31, 2018 · 1 comment
Open

daemon mode #38

rustyrazorblade opened this issue Oct 31, 2018 · 1 comment
Assignees
Labels
long term Long term features

Comments

@rustyrazorblade
Copy link
Contributor

We need a daemon mode for remote control, I think this is best done with gRPC.

http://rustyrazorblade.com/post/2017/2017-10-09-working-with-grpc-kotlin-gradle/

Only need to handle a few remote commands initially. 1 to start a workload, 1 to get the status of the current workload.

When a workload is started it should kick off the job in a separate thread and return immediately.

@rustyrazorblade rustyrazorblade self-assigned this Oct 31, 2018
@rustyrazorblade
Copy link
Contributor Author

I've got an open branch for this here: https://github.com/thelastpickle/tlp-stress/tree/daemon_mode.

I've brought in gRPC and set up a streaming server which will be able to return status updates.

@ossarga ossarga added the long term Long term features label Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
long term Long term features
Projects
None yet
Development

No branches or pull requests

2 participants