We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
rustyrazorblade
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: