eliminate tag cache expiry delayed job

This commit is contained in:
Albert Yi
2018-10-11 16:36:50 -07:00
parent e329764276
commit 185d303ba1
2 changed files with 2 additions and 7 deletions

View File

@@ -20,6 +20,6 @@ class TagCorrection
def fix!
tag.delay(:queue => "default").fix_post_count
tag.update_category_cache_for_all
tag.update_category_cache
end
end