mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
don't stop event buffer
This commit is contained in:
parent
d50014059d
commit
c51fa69da6
@ -662,9 +662,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
||||
data.status === "error" ||
|
||||
data.status === "canceled") {
|
||||
workflowResultsService.destroyTimer(runTimeElapsedTimer);
|
||||
if (bufferInterval) {
|
||||
clearInterval(bufferInterval);
|
||||
}
|
||||
|
||||
// When the fob is finished retrieve the job data to
|
||||
// correct anything that was out of sync from the job run
|
||||
jobResultsService.getJobData($scope.job.id).then(function(data){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user