add e621 posts job

This commit is contained in:
Dylan Knutson
2023-08-22 15:09:39 -07:00
parent bab5ff1e34
commit 3ccc08d0c7
17 changed files with 931 additions and 17 deletions

View File

@@ -48,6 +48,7 @@ task :periodic_tasks => [:environment, :set_logger_stdout] do
loop 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"
sleep 1.minute
end