skip monitoring create/kill jobs

This commit is contained in:
Nhat Tan Le 2020-09-30 16:15:22 -07:00
parent 82fe22e013
commit 81c05fb700
3 changed files with 17 additions and 12 deletions

View file

@ -46,6 +46,7 @@ var count int64
var filename string
var message = new(string)
var updateID string
var monitor bool
var log = logrus.New()
const australisVer = "v0.22.0"