Badges granted in bulk are not immediately displayed in the awarded count

The specific situation is that I used the backend to import a list of usernames from an Excel file and then granted badges in bulk.
However, the awarded count is not displayed on the https://mywebsite.com/badges/102/- page.

2 Likes

The count is not updated immediately but by a job which I think runs every 12 hours.

If you have access to /sidekiq, you can trigger the EnsureDbConsistency job manually, or you can just wait for a few hours.

4 Likes

Thank you for your help. I tried your method, and it indeed solved the problem. Thanks again.

1 Like