AWS Glue "Glue Job Run Status" never fires

0

Good day. I'm trying to catch aws glue events using EventBridge. For this i use samples from https://repost.aws/knowledge-center/glue-sns-notification-state . EvetBridge template: { "detail-type": ["Glue Job State Change", "Glue Job Run Status"], "source": ["aws.glue"], "detail": { "state": ["FAILED", "SUCCEEDED", "TIMEOUT", "STOPPED", "RUNNING", "STARTING", "STOPPING"] } } And "Glue Job State Change" event works properly, but "Glue Job Run Status" doesn't work at all. I have tried with different glue environment (python shell, spark) it didn't changed anything. I have changed EventBridge template to: { "source": ["aws.glue"] } It didn't helped also. Seems like "Glue Job Run Status" disabled and not working.

dmitrii
질문됨 3달 전139회 조회
1개 답변
0
수락된 답변

Notice the comment for that kind of event in the documentation: https://docs.aws.amazon.com/glue/latest/dg/automating-awsglue-with-cloudwatch-events.html
You must set the job delay notification threshold property to receive these events.
The notification threshold is in the job details.

profile pictureAWS
전문가
답변함 3달 전
  • thank you, for your help. it did helped. i'm sorry, didn't pay enough attention for a documentation.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인