Logging und refactoring verbesserungen

This commit is contained in:
2026-04-22 09:45:24 +02:00
parent cbcc6922a4
commit 9a445288f8
8 changed files with 125 additions and 31 deletions

View File

@@ -43,6 +43,7 @@ public class FileProcessingResource {
return Response.status(Response.Status.UNAUTHORIZED).build();
}
Log.info("API-Key valide, Pipeline-Trigger wird verarbeitet");
boolean started = pipeline.tryProcessAllAsync();
if (!started) {