This commit is contained in:
2026-05-02 04:26:25 +09:00
parent 6ee621e565
commit fd479cd93a
6 changed files with 568 additions and 2 deletions
+8
View File
@@ -17,3 +17,11 @@ every 1.day, at: '0:00 am' do
rake 'post_similarity:calc', environment: 'production'
rake 'tag_similarity:calc', environment: 'production'
end
every 1.day, at: '7:50 am' do
rake 'nico:export', environment: 'production'
end
every :hour do
rake 'post:sync', environment: 'production'
end