feat(manager): make check status from flink batch
This commit is contained in:
@@ -24,6 +24,6 @@ func (job *ManagedJob) checkStatus() error {
|
||||
return err
|
||||
}
|
||||
//lc.Logger.Debug("[managed-job] [status]", zap.Any("status-resp", statusResp))
|
||||
job.setStatus(JobStatus(statusResp.State))
|
||||
job.SetStatus(JobStatus(statusResp.State))
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user