You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1b2e10f98e | 4 years ago | |
---|---|---|
vendor | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
main.go | 4 years ago |
README.md
http-exec
Start remote command via http request.
How it works
This is only a wrapper for some command, that can be started via an http request. It can only run one concurrent job.
Usage
Install
Go get it with:
go get github.com/parallel-programming-hwr/http-exec
Run
Start http server with:
./http-exec --command <command> --args="<arg1,arg2,...>"
This will start a server and listen to port 8080.
API
/start
Start executing command and write stdout back.
/
Write status of worker. Either running
or ready
.