mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
PERF: Cache ranks for featured badges, to simplify user serialization (#8698)
This commit is contained in:
@@ -22,6 +22,7 @@ module Jobs
|
||||
end
|
||||
|
||||
BadgeGranter.revoke_ungranted_titles!
|
||||
UserBadge.ensure_consistency! # Badge granter sometimes uses raw SQL, so hooks do not run. Clean up data
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user