Updating library for compatibility with Aurora 0.16.0 final. Thrift API differs from main Aurora one due to TaskUpdateQuery fields resulting in errors when serialized by thrift as non-optionals.
This commit is contained in:
parent
3a78e32e27
commit
3fd957fe5c
15 changed files with 2058 additions and 1020 deletions
|
@ -12,7 +12,7 @@ you may use a pre-configured vagrant image and skip to the [Creating Aurora Jobs
|
|||
|
||||
To take this path, start by cloning the following repository and checking out the DockerComposeExecutor branch:
|
||||
```
|
||||
$ git clone -b DockerComposeExecutor git@github.com:rdelval/aurora.git
|
||||
$ git clone -b 0.16.0-DCE git@github.com:rdelval/aurora.git
|
||||
```
|
||||
|
||||
And bringing the vagrant box
|
||||
|
|
|
@ -29,8 +29,8 @@ executor examples, the vagrant box must be configured properly to use the docker
|
|||
|
||||
#### Creating a Thermos job
|
||||
```
|
||||
$ cd $GOPATH/src/github.com/rdelval/gorealis
|
||||
$ go run examples/client.go -executor=thermos -url=http://192.168.33.7:8081 -cmd=create
|
||||
$ cd $GOPATH/src/github.com/rdelval/gorealis/examples
|
||||
$ go run client.go -executor=thermos -url=http://192.168.33.7:8081 -cmd=create
|
||||
```
|
||||
#### Kill a Thermos job
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue