-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Instead of an static timeout strategy an attempt should be made to:
- Dynamically allocate a baseline timeout depending on the number of executions expected for each component.
- When a component times out its execution should be re-attempted with a larger timeout, maybe twice or even three times the average execution time of the other components.
- If the component keeps timing out, fallback to the blacklisting strategy.