cheshire137 / competiwatch

Web app to track and visualize your competitive match history in Overwatch.
MIT License
17 stars 4 forks source link

Fetch account heroes earlier #52

Closed cheshire137 closed 6 years ago

cheshire137 commented 6 years ago

SetAccountHeroesJob is only run right now if an account is deemed out of date (updated more than a week ago). That means a lot of new accounts don't have their heroes shown on their profile. Could enqueue the job somewhere in the sign-in process, or maybe as part of logging matches if it hasn't been run recently, to spread it out.

cheshire137 commented 6 years ago

Closing in favor of #59.