RED-5844 processed status for excluded files

This commit is contained in:
Timo Bejan 2023-01-30 17:30:23 +07:00
parent 8ef1abd5fb
commit 3c4cb7a43e

View File

@ -584,6 +584,7 @@ public class FileStatusService {
if (fileEntity.isExcluded()) {
log.debug("File {} is excluded", fileEntity.getId());
setStatusProcessed(fileId);
return;
}