skip monitoring create/kill jobs (#13)
Added flag -m and --monitor that can be set in order to monitor a job creation or a job kill. By default monitor is set to true.
This commit is contained in:
parent
82fe22e013
commit
5efbbce6c7
3 changed files with 17 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue