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

Add node valid flag #105

Merged
merged 8 commits into from
Oct 28, 2020
Merged

Add node valid flag #105

merged 8 commits into from
Oct 28, 2020

Conversation

mpetrun5
Copy link
Member

@mpetrun5 mpetrun5 commented Oct 27, 2020

Short description of work done

Set node Active flag as false if node has reached max cooldown so it permanently banned.

PR Checklist

  • I have run linter localy
  • I have run unit and integration tests locally
  • Rebased to master branch / merged master
  • Updated CHANGELOG.md

Changes

  • added Active flag to node
  • saved active false when node has reached max cooldown
  • added GetPenalizedNodes node repo method and start scheduleCheckForPenalizedNode after load balancer restart

Issues

Closes: #77

@mpetrun5 mpetrun5 changed the base branch from master to dev October 27, 2020 12:00
@mpetrun5 mpetrun5 merged commit 97ce2c5 into dev Oct 28, 2020
@mpetrun5 mpetrun5 deleted the mpetrun5/add-node-valid-flag branch November 27, 2020 09:00
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.

Add valid flag to Node model
3 participants