mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
fix sagemaker sync status (#13264)
This commit is contained in:
parent
4e09bacb17
commit
df491f78cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user