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

Revamp logs and improve back-end searching #133

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JustinR17
Copy link
Collaborator

PR drastically changes the logs stored to reduce the payload and cardinality. Also updates the readme.

Brief outline of changes:

  • Adds new schedule log level for RT/MD engine thread execution timings
  • Reduces process_game log sizes by omitting expected logs (ex. Found player in team)
  • Removes a lot of unnecessary logs for process_new_games and clotbetlogs
  • Improve searching and str fields for multiple models
  • Use TournamentType enum instead of manually typing string

TODO

  • Need to determine which logs are worth keeping past 3 days
  • Investigate which models are taking up the most space
  • Investigate additional indices that should be used (and if this is worth the storage cost)

wlct/admin.py Outdated Show resolved Hide resolved
wlct/forms.py Outdated Show resolved Hide resolved
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.

None yet

1 participant