Skip to content

Commit

Permalink
added cleanup_drafts as a daily job
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Dec 1, 2024
1 parent 70f7d1c commit d0f9d5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
runner 'scripts/run_spam_cleanup.rb'
end

every 1.day, at: '02:20' do
runner 'scripts/cleanup_drafts.rb'
end

every 6.hours do
runner 'scripts/recalc_abilities.rb'
end

0 comments on commit d0f9d5d

Please sign in to comment.