fix sagemaker sync status (#13264)

This commit is contained in:
JieguangZhou 2022-12-22 20:17:17 +08:00 committed by GitHub
parent 4e09bacb17
commit df491f78cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ public class PipelineUtils {
logger.info("check Pipeline Steps running");
listPipelineExecutionSteps(client, pipelineId);
ThreadUtils.sleep(SagemakerConstants.CHECK_PIPELINE_EXECUTION_STATUS_INTERVAL);
describePipelineExecution(client, pipelineId);
pipelineStatus = describePipelineExecution(client, pipelineId);
}
int exitStatusCode = TaskConstants.EXIT_CODE_FAILURE;