Add callback for single EVB loop duration violators
Summary: Context for motivation is in https://fb.workplace.com/groups/560979627394613/permalink/2194915787334314. This solution is different than the one we discussed in that post. I considered implementing a set of post-evb-loop function callbacks that all took in the ebv loop_time, but that was a bigger change than expected since currently the callbacks are designed to not take any variables, and modifying/adding classes like `FunctionLoopCallback` to either take a param or not seemed like overkill. I instead implemented the callback basically the same as setMaxLatency exception that the duration is a single-loop duration with no exponential smoothing or backoffs. Differential Revision: D30916498 fbshipit-source-id: 27cc7edf919ab11d2ee75a7f722b6a48b193c445
Showing
Please register or sign in to comment