lower priority of Tag#update_category_post_counts jobs
This commit is contained in:
@@ -134,7 +134,7 @@ class Tag < ApplicationRecord
|
|||||||
Danbooru.config.other_server_hosts.each do |host|
|
Danbooru.config.other_server_hosts.each do |host|
|
||||||
delay(:queue => host).update_category_cache
|
delay(:queue => host).update_category_cache
|
||||||
end
|
end
|
||||||
delay(:queue => "default").update_category_post_counts
|
delay(:queue => "default", :priority => 10).update_category_post_counts
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_category_post_counts
|
def update_category_post_counts
|
||||||
|
|||||||
Reference in New Issue
Block a user