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

GITC-213: Purges generate_grants_leaderboard as the resultant JSONStore is unused #9298

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

gdixon
Copy link
Contributor

@gdixon gdixon commented Jul 15, 2021

Description

grants.utils.generate_grants_leaderboard returns a dict which is saved to a JSONStore in create_page_cache.

This method is performing a conversion for every subscription and is causing create_page_cache to be killed before completing and the resultant JSONStore (if it was to be written) is unused.

This PR will purge all references.

Refers/Fixes

Fixes: GITC-213

Testing

Tested locally

@thelostone-mc thelostone-mc added this to Engineering-Review in PR Review Board Jul 16, 2021
@thelostone-mc thelostone-mc merged commit 62deca4 into stable Jul 19, 2021
PR Review Board automation moved this from Engineering-Review to Done Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants