Pull request #602: RED-5844 processed status for excluded files
Merge in RED/persistence-service from RED-5844 to master * commit '3c4cb7a43e0746258f2b047b5b6d804010194f69': RED-5844 processed status for excluded files
This commit is contained in:
commit
bcb26a6063
@ -584,6 +584,7 @@ public class FileStatusService {
|
|||||||
|
|
||||||
if (fileEntity.isExcluded()) {
|
if (fileEntity.isExcluded()) {
|
||||||
log.debug("File {} is excluded", fileEntity.getId());
|
log.debug("File {} is excluded", fileEntity.getId());
|
||||||
|
setStatusProcessed(fileId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user