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

Feat: Improved approach of checking users for liqudation by bucketing… #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ssamarakoon
Copy link

Improved liquidator by checking on users with lower health more via a bucketed-by-health approach.

Prioritizes unhealthy users by using weighted randomization to select which bucket to check:

  • 80% of time check very unhealthy users (<5% health),
  • 8% of time check almost unhealthy users (5-20% health),
  • 2% of time check healthy users (>20% health),
  • 10% of time check liquidatable users

… users based on health and spending more time on lower health users
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.

1 participant