add taggings to e621 posts

This commit is contained in:
Dylan Knutson
2023-08-22 17:42:11 -07:00
parent 3ccc08d0c7
commit 1e249e0ece
7 changed files with 137 additions and 23 deletions

View File

@@ -49,7 +49,7 @@ task :periodic_tasks => [:environment, :set_logger_stdout] do
Rake::Task["fa:browse_page_job"].execute
Rake::Task["fa:home_page_job"].execute
# Rake::Task["e621:posts_index_job"].execute
puts "emitted browse page and home page job"
puts "enqueue periodic jobs"
sleep 1.minute
end
end