Skip to content

Commit f68bc4b

Browse files
committed
Better handling of job cancel
1 parent 167faa4 commit f68bc4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/OrphanFilePipelineJob.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ public void getOrphanFilesForContainer(Container c, User u, Set<File> orphanFile
344344
return;
345345
}
346346

347+
348+
getJob().updateStatusForTask();
347349
if (getJob().isCancelled())
348350
{
349351
throw new CancelledException();

0 commit comments

Comments
 (0)