Making SLA-Aware to plain Drain timeout configurable.
Upgraded Dockerbuild for debian package to use go1.12.1
This commit is contained in:
parent
0f19631c9a
commit
fee20090d0
6 changed files with 24 additions and 11 deletions
|
@ -31,9 +31,9 @@ var message = new(string)
|
|||
var updateID string
|
||||
var log = logrus.New()
|
||||
|
||||
const australisVer = "v0.0.7"
|
||||
const australisVer = "v0.0.8"
|
||||
|
||||
var monitorInterval, monitorTimeout time.Duration
|
||||
var monitorInterval, monitorTimeout, forceDrainTimeout time.Duration
|
||||
|
||||
func init() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue