partial migration to tagged logs

This commit is contained in:
Dylan Knutson
2025-02-14 08:13:21 +00:00
parent 85075fbf68
commit fc0fbfc46e
45 changed files with 1164 additions and 573 deletions

View File

@@ -36,7 +36,7 @@ namespace :ib do
.where(blob_entry_sha256: nil)
.where("url_str <> ?", "")
.find_each do |file|
Domain::Inkbunny::Job::FileJob.new.perform(file: file)
Domain::Inkbunny::Job::StaticFileJob.new.perform(file: file)
end
end
end