Step Function: Concurrent job is failing if any other job fails

0

I am trying to trigger glue job via step functions by passing parameters (there will be different table names) of gule job through step function, so the issue is when one pram related glue job fails other concurrent job is stopping rather running independently

i have followed below approach to orchestrate my step function, can someone suggest

https://awstip.com/orchestrating-glue-jobs-using-aws-step-functions-to-perform-similar-etl-operations-on-multiple-d66275834162

1 réponse
0

Hello.

The behavior you're seeing (one failed job causing others to stop) typically occurs because of how your Step Functions state machine is defined. If a particular state in the state machine fails and there isn't appropriate error handling, it can cause the entire execution of the state machine to fail.

From the details you provided, it appears you are trying to run multiple Glue jobs concurrently. If you want each Glue job to run and complete independently of the others, you need to ensure your state machine is set up to handle errors appropriately.

Regards, Andrii

profile picture
EXPERT
répondu il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions