Skip to content

Commit

Permalink
harmony block update
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Jun 21, 2024
1 parent 5d4b99f commit bcb7a16
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions terraform/state_machine_definition.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -344,49 +344,8 @@
],
"Default":"Wait 20 Seconds"
},
<<<<<<< HEAD
"Job Successful":{
"Type":"Succeed"
=======
"Copy Harmony Results to S3":{
"Type":"Task",
"Resource":"${CopyHarmonyOutputToS3Lambda}",
"Parameters":{
"cma":{
"event.$":"$",
"task_config":{
"cmr_environment":"{$.meta.cmr.cmrEnvironment}",
"harmony_job":"{$.payload.harmony_job.job}",
"current_item":"{$.current_item}",
"cumulus_message":{
"input":"{$.payload}"
}
}
}
},
"Retry":[
{
"ErrorEquals":[
"Lambda.ServiceException",
"Lambda.AWSLambdaException",
"Lambda.SdkClientException",
"Lambda.TooManyRequestsException"
],
"IntervalSeconds":2,
"MaxAttempts":6,
"BackoffRate":2
},
{
"ErrorEquals": [
"Lambda.Unknown"
],
"BackoffRate": 2,
"IntervalSeconds": 2,
"MaxAttempts": 2
}
],
"End":true
>>>>>>> develop
},
"Fail":{
"Type":"Fail"
Expand Down Expand Up @@ -583,4 +542,4 @@
"Cause": "Workflow failed"
}
}
}
}

0 comments on commit bcb7a16

Please sign in to comment.