You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Components that consistently timeout should be blacklisted. After a component is blacklisted the options are:
a) Add the corresponding ProcessingStep to the Trace without calling the corresponding Process method (equivalent to a NoOp).
b) Drop the CAS at that point (if there are no other components on that phase, replace with a NoOp).
Blacklisting components will also help if a component doesn't implements the testAlivenes() semantics and will increase the chance that an experiment with slow component gets completed.
The text was updated successfully, but these errors were encountered:
Components that consistently timeout should be blacklisted. After a component is blacklisted the options are:
a) Add the corresponding ProcessingStep to the Trace without calling the corresponding Process method (equivalent to a NoOp).
b) Drop the CAS at that point (if there are no other components on that phase, replace with a NoOp).
Blacklisting components will also help if a component doesn't implements the testAlivenes() semantics and will increase the chance that an experiment with slow component gets completed.
The text was updated successfully, but these errors were encountered: