jobs: migrate fixing post counts to ActiveJob.
This commit is contained in:
@@ -19,7 +19,7 @@ class TagCorrection
|
||||
end
|
||||
|
||||
def fix!
|
||||
tag.delay(:queue => "default").fix_post_count
|
||||
FixTagPostCountJob.perform_later(tag)
|
||||
tag.update_category_cache
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user