From 9f4240e013faca2dabee4398295aed59027b304b Mon Sep 17 00:00:00 2001 From: nuwangeek Date: Sun, 16 Nov 2025 12:38:13 +0530 Subject: [PATCH] fix error handling issue --- DSL/CronManager/script/dataset_pipeline_s3.sh | 43 ++++++- .../script/train_script_starter.sh | 106 +++++++++--------- 2 files changed, 98 insertions(+), 51 deletions(-) diff --git a/DSL/CronManager/script/dataset_pipeline_s3.sh b/DSL/CronManager/script/dataset_pipeline_s3.sh index 01795e7..b48b3fa 100755 --- a/DSL/CronManager/script/dataset_pipeline_s3.sh +++ b/DSL/CronManager/script/dataset_pipeline_s3.sh @@ -379,6 +379,24 @@ EOF else log "S3 download failed - success status: $success_status" log "Response: $response_body" + + # Update progress status to indicate failure + progress_update_payload=$(cat <