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:
@@ -13,6 +13,7 @@ import (
|
||||
const (
|
||||
DefaultTaskDriver = "docker"
|
||||
TaskNameFormat = "%s-task"
|
||||
TaskName = "python-job-task"
|
||||
)
|
||||
|
||||
// defaultJobHCL holds our default job in HCL format.
|
||||
|
Reference in New Issue
Block a user