potiuk commented on issue #35806:
URL: https://github.com/apache/airflow/issues/35806#issuecomment-1828264890

   > I think what we need to do is throw-away blips.
   > 
   > Have the watchdog calculate it's latency, and append the latency value to 
a global list.
   > 
   > Then the main thread _run_trigger_loop, in it's loop, would make a local 
variable reference to the list, then reset the global list reference to a new 
empty list. The main loop would do either a trimmed-mean or median statistic on 
the list of latency values, and alarm on that.
   
   Sounds cool - feel free to contribute it :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to