Move Curated pool updater to Danbooru.

* Move the Curated pool updater from Reportbooru to Danbooru.

* Change the process for selecting curated posts. Previously it was
  every post from the last week with at least three supervotes. This was
  flawed because it included both super-upvotes and super-downvotes. Now
  it's the top 100 posts from the last week, ordered from most super-upvoted
  to least.
This commit is contained in:
evazion
2019-11-23 17:59:18 -06:00
parent b489acfe00
commit aaab527baa
4 changed files with 30 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ module DanbooruMaintenance
TagChangeRequestPruner.warn_all
TagChangeRequestPruner.reject_all
Ban.prune!
CuratedPoolUpdater.update_pool!
ActiveRecord::Base.connection.execute("vacuum analyze") unless Rails.env.test?
rescue Exception => exception