Merge branch 'aurora-scheduler:main' into main

This commit is contained in:
ananaysingh 2022-08-16 22:14:19 +05:30 committed by GitHub
commit 31c74dbab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 100 additions and 0 deletions

View file

@ -50,6 +50,7 @@ var updateID string
var monitor bool
var timeout time.Duration
var log = logrus.New()
var taskStatus = new(string)
const australisVer = "v1.0.4"