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.
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.