Optimierung: Catch-all-Exception-Behandlung an technischen Grenzen
gezielt geschärft
This commit is contained in:
@@ -211,7 +211,7 @@ public class DefaultBatchRunProcessingUseCase implements BatchRunProcessingUseCa
|
||||
try {
|
||||
runLockPort.release();
|
||||
logger.debug("Run lock released.");
|
||||
} catch (Exception e) {
|
||||
} catch (RuntimeException e) {
|
||||
logger.warn("Warning: Failed to release run lock.", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user