Execute commands in runner via WebSocket

This enables executing commands in runners and forwarding input and
output between the runner and the websocket to the client.

Co-authored-by: Maximilian Paß <maximilian.pass@student.hpi.uni-potsdam.de>
This commit is contained in:
Konrad Hanff
2021-05-20 08:47:51 +02:00
parent 892f902377
commit 3afcdeaba8
10 changed files with 479 additions and 78 deletions

View File

@@ -13,6 +13,7 @@ import (
const (
DefaultTaskDriver = "docker"
TaskNameFormat = "%s-task"
TaskName = "python-job-task"
)
// defaultJobHCL holds our default job in HCL format.