only execute character achievement synchro in prod
This commit is contained in:
@@ -40,7 +40,7 @@ class WowCharactersWorker < WowSidekiqWorker
|
||||
WowCharacterDetailWorker.perform_async(wow_char.character_id)
|
||||
WowCharacterPositionsWorker.perform_async(wow_char.character_id)
|
||||
WowStandingWorker.perform_async(wow_char.character_id)
|
||||
# WowCharacterAchievementsWorker.perform_async(wow_char.character_id)
|
||||
WowCharacterAchievementsWorker.perform_async(wow_char.character_id) if Rails.env.production?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user