rake job fixes, optimize fa favs backfill

This commit is contained in:
Dylan Knutson
2025-09-10 16:30:51 +00:00
parent 4f7217abf0
commit 3174032ac3
10 changed files with 205 additions and 163 deletions

View File

@@ -389,3 +389,6 @@ task compute_null_user_counter_caches: :environment do
end
end
end
puts "set proc title to #{ARGV.first}"
Process.setproctitle(ARGV.first) if $0.split("/").last == "rake"