Duplication records
If any user will change his location since initial git-awards setup, it will affect username duplication.
So, if User foo move from London to New-York he will be shown in both lists with New-York rank.
Also, if User foo changes his name to bar, it mean that now we will have 2 users. And user foo will increase his stars count, when needed, but bar will be zombie with stars count at the moments of renaming.
Cache never expires and DB never re-populating automatically. It is the main problem.
I wanted to add the re-populating DB feature, or try another idea to fix it up, but I stuck on stage 1
rake user:crawl
rake repo:crawl
both tasks are commented 2 years ago as unused.
At the moment I do not understand not only how to fix the issue, but how can I install ENV for the project.
Please, update the README with actual installation information, or make manual re-deploy of the project to fix this mess.
Thank you