use exponential back off func from realis lib

This commit is contained in:
Mothiki 2017-10-19 18:43:04 -07:00
parent 23430cbf30
commit 7538f366ea
5 changed files with 317 additions and 444 deletions

View file

@ -22,10 +22,11 @@ import (
"time"
"strings"
"github.com/paypal/gorealis"
"github.com/paypal/gorealis/gen-go/apache/aurora"
"github.com/paypal/gorealis/response"
"strings"
)
var cmd, executor, url, clustersConfig, clusterName, updateId, username, password, zkUrl, hostList string