Hey everyone, I just had a step function failing t...
# ask-metaflow
c
Hey everyone, I just had a step function failing to execute with the following error:
Copy code
{
  "error": "States.TaskFailed",
  "cause": "Transient error when assuming role, Sts.SdkClientException (role: [STEP_FUNCTIONS_ROLE_ARM])"
}
The flow was deployed
--with retry
but I did not see any retries of the failed step. Does
retry
not apply for these kind of failures? Cheers & thanks!
1