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