Latest from develop #10

Merged
niat8586 merged 2 commits from develop into main 2025-02-04 08:04:24 +01:00
Showing only changes of commit cced346d3b - Show all commits

View File

@ -95,6 +95,7 @@ public class JobProcessorService {
logger.info("Transcription failed for file: {}", managedJob.getFileName()); logger.info("Transcription failed for file: {}", managedJob.getFileName());
managedJob.setJobStatus(JobStatus.FAILED); managedJob.setJobStatus(JobStatus.FAILED);
fileMetadataRepository.saveAndFlush(managedJob); fileMetadataRepository.saveAndFlush(managedJob);
cleanupFile(managedJob);
break; break;
} }
} catch (ObjectOptimisticLockingFailureException e) { } catch (ObjectOptimisticLockingFailureException e) {