Skip to content

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Aug 18, 2016

When a task fails we retry it immediately. This is annoying when you
want to get the overall picture quickly as the agent can get stuck
retrying a task that keeps timing out. This change will cause the
agents to run through all tasks before retrying the failed ones.

Bonus: display and color-code attempt counts on the dashboard; show
more commits on the page

Fixes https://github.com/flutter/cocoon/issues/33

/cc @cbracken

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uber-nit: here and below: consider extracting a const for readability. Not particularly passionate about it though ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@cbracken
Copy link
Member

lgtm!

When a task fails we retry it immediately. This is annoying when you
want to get the overall picture quickly as the agent can get stuck
retrying a task that keeps timing out. This change will cause the
agents to run through all tasks before retrying the failed ones.

Bonus: display and color-code attempt counts on the dashboard; show
more commits on the page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants