ADD job failed attribute to display failed status in API
If a compression processing job fails, the JobStatus object within the Job should update to reflect this fail.
This commit is contained in:
@@ -77,7 +77,9 @@ public class ClipService {
|
||||
value,
|
||||
outputFile,
|
||||
inputFile.getName()
|
||||
)));
|
||||
))).exceptionally(ex -> {
|
||||
throw new FFMPEGException("FFMPEG Compression failed: " + ex.getMessage());
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user