Retirgger aws glue job dynamically

30 Views Asked by At

I am trying to configure an aws glue job with spark as executive engine. I want to understand what are different ways to be notified on the job status, assume I need to get a notification on both success and failure states of the job. Because based on the output of the job , I need to publish a kafka event. And what if the job failed due to some network issue, how can I restart the job after some time dynamically?

1

There are 1 best solutions below

0
Bogdan On

You can create alert notification using Amazon EventBridge as shown in here and instead of Email alert, you can link a lambda function that can run a glue job.(example).