Adding compatibility for marathon 1.5
This commit is contained in:
parent
461ebf6d88
commit
04d8b5d483
35 changed files with 2257 additions and 63 deletions
2
vendor/github.com/gambol99/go-marathon/residency.go
generated
vendored
2
vendor/github.com/gambol99/go-marathon/residency.go
generated
vendored
|
@ -24,7 +24,7 @@ type TaskLostBehaviorType string
|
|||
const (
|
||||
// TaskLostBehaviorTypeWaitForever indicates to not take any action when the resident task is lost
|
||||
TaskLostBehaviorTypeWaitForever TaskLostBehaviorType = "WAIT_FOREVER"
|
||||
// TaskLostBehaviorTypeWaitForever indicates to try relaunching the lost resident task on
|
||||
// TaskLostBehaviorTypeRelaunchAfterTimeout indicates to try relaunching the lost resident task on
|
||||
// another node after the relaunch escalation timeout has elapsed
|
||||
TaskLostBehaviorTypeRelaunchAfterTimeout TaskLostBehaviorType = "RELAUNCH_AFTER_TIMEOUT"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue