Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive component timeout #14

Open
elmer-garduno opened this issue Dec 24, 2012 · 0 comments
Open

Adaptive component timeout #14

elmer-garduno opened this issue Dec 24, 2012 · 0 comments

Comments

@elmer-garduno
Copy link
Contributor

Instead of an static timeout strategy an attempt should be made to:

  1. Dynamically allocate a baseline timeout depending on the number of executions expected for each component.
  2. 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.
  3. If the component keeps timing out, fallback to the blacklisting strategy.
@ghost ghost assigned elmer-garduno Dec 25, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant