SCDF : 포드 시작 실패시 오류 처리 1. 질문(문제점): Spring Batch 작업을위한 새로운 k8s 포드를 스핀 오프하기 위해 SCDF (Spring Cloud Dataflow)를 호출하는 서비스를 개발 중입니다. Map properties = Map.of("testApp.cpu", cpu, "testApp.memory", memory); LOGGER.info("Create task '{}' with definition '{}'", taskName, taskDefinition); taskOperations.create(taskName, taskDefinition); LOGGER.info("Launching task '{}' with properties {} and arguments '{}'",..