OCI object storage api fehler behoben

This commit is contained in:
2026-04-22 15:25:24 +02:00
parent aa0ed5d763
commit 1c303f1376
6 changed files with 36 additions and 31 deletions

View File

@@ -69,7 +69,7 @@ public class FileProcessingPipeline {
executor.submit(() -> {
try {
processAll();
} catch (Exception e) {
} catch (Throwable e) { // nicht exception catchen, weil Error in OCI SDK auftreten können, die Throwable aber nicht Excption sind. Die würden sonst nicht geloggt
Log.errorf(e, "Unerwarteter Fehler im Pipeline-Lauf");
} finally {
isRunning.set(false);