don't stop event buffer

This commit is contained in:
John Mitchell 2017-02-17 13:34:34 -05:00
parent d50014059d
commit c51fa69da6

View File

@ -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){