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

Send email on failing replacement tasks. #1785

Merged
merged 9 commits into from
May 1, 2018

Conversation

baconmania
Copy link
Contributor

/cc @ssalinas

this.configuration = configuration;
this.requestManager = requestManager;
this.taskManager = taskManager;
this.lbClient = lbClient;
this.abort = abort;

this.taskIdToCheck = Maps.newConcurrentMap();
this.requestIdToUnhealthyCount = Maps.newConcurrentMap();
Copy link
Member

Choose a reason for hiding this comment

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

documenting from in-person conversation. Right now this would reset when singularity deploys. It would be good to persist these counts somewhere

@ssalinas ssalinas added this to the 0.20.0 milestone Apr 19, 2018
@ssalinas
Copy link
Member

🚢

@ssalinas
Copy link
Member

🚢

@ssalinas ssalinas merged commit cca4793 into master May 1, 2018
@ssalinas ssalinas deleted the send-email-on-failing-replacement-tasks branch May 1, 2018 15:35
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