|
|
|
@ -101,7 +101,7 @@ public class KubeflowRunBatchConfig {
|
|
|
|
.bodyToMono(KubeflowRunResponse.class)
|
|
|
|
.bodyToMono(KubeflowRunResponse.class)
|
|
|
|
.block();
|
|
|
|
.block();
|
|
|
|
|
|
|
|
|
|
|
|
if (response == null || response.getRuns().isEmpty()) {
|
|
|
|
if (response == null || response.getRuns() == null || response.getRuns().isEmpty()) {
|
|
|
|
log.info("KubeflowRunBatch: 데이터 없음, 종료");
|
|
|
|
log.info("KubeflowRunBatch: 데이터 없음, 종료");
|
|
|
|
runs = Collections.emptyList();
|
|
|
|
runs = Collections.emptyList();
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
|