Skip to main content
Question

Execution Engine Not Responding Subscription


ksleong
Fan

I’m trying to configure a subscription that could alert me when Data Collector stop responding for 10 minutes.

Is there a way to configured in such a way?

LAST_REPORTED_TIME - This only accept epoch time which doesn’t make any use if I want to report after 10 minutes.

 

 

6 replies

Rishi
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 96 replies
  • August 1, 2022

@ksleong  you can use ENGINE_ID ( as a condition) and create a subscription for individual SDC, this will trigger an email as soon as Control Hub marks execution engine non-responsding. 

 


ksleong
Fan
  • Author
  • Fan
  • 1 reply
  • August 1, 2022

Hi @Rishi ,

Thanks for your reply. 

My condition is to have the alert trigger after 10 minutes of the engine non-responding.

I’m able to trigger alerts immediately after engine non-responding. 


pinky
Fan
  • Fan
  • 2 replies
  • October 15, 2022

Any solution for the above query? (alert trigger after 10 minutes)

 


saleempothiwala
Headliner
Forum|alt.badge.img

hi @pinky 

Please can you explain what you want to do after 10 minutes?


pinky
Fan
  • Fan
  • 2 replies
  • October 17, 2022

@saleempothiwala 1. my engine goes down

                               2. I need the email action to be triggered after 10 minutes only

 


saleempothiwala
Headliner
Forum|alt.badge.img

@pinky 

In that case, use webhook for trigger. On Jenkins, have something that runs a 10 minutes timer and sends the email everytime the endpoint is reached. There is no direct delay option on StreamSets side. The subscription event will trigger an action as soon as the event happens.


Reply