Current usages: - [ ] emitting rank achieved / lost profile events ([[1]](https://github.com/ppy/osu-queue-score-statistics/blob/055e1552c37fd5ef55395d823074982804d1292b/osu.Server.Queues.ScoreStatisticsProcessor/Processors/HighBeatmapLeaderboardRankEventEmitter.cs#L56-L61), [[2]](https://github.com/ppy/osu-queue-score-statistics/blob/055e1552c37fd5ef55395d823074982804d1292b/osu.Server.Queues.ScoreStatisticsProcessor/Processors/HighBeatmapLeaderboardRankEventEmitter.cs#L88-L91)) - [ ] [awarding medals](https://github.com/ppy/osu-queue-score-statistics/blob/eaa9a6584fa34562fba4019f9d97fabdb2ff6788/osu.Server.Queues.ScoreStatisticsProcessor/Processors/MedalProcessor.cs#L108) - [ ] [periodic reindexes of beatmap sets](https://github.com/ppy/osu-queue-score-statistics/blob/d904d9b6df9e3cf422015cfa32bb57739c020c1d/osu.Server.Queues.ScoreStatisticsProcessor/Processors/PlayCountProcessor.cs#L115) As part of this effort, moving these calls out of transactions could be considered, which would be a good start to https://github.com/ppy/osu-queue-score-statistics/issues/341.
Current usages:
As part of this effort, moving these calls out of transactions could be considered, which would be a good start to #341.