DEV: Update incorrect Job frequency

This commit is contained in:
Rishabh 2018-12-10 13:26:19 +05:30 committed by GitHub
parent 735a48415d
commit 4767a5a26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ task category_stats: :environment do
Jobs::CategoryStats.new.execute(nil)
end
# Every 10 minutes
# Every 15 minutes
task periodical_updates: :environment do
Jobs::PeriodicalUpdates.new.execute(nil)
end