Commit 31c025cc5b925ccd776750e34dfb87b29ba2dccf
1 parent
18b6de1d
Exists in
master
and in
27 other branches
calculate-suggestions-score: change periodicity to once a day
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
config/schedule.rb
@@ -21,9 +21,7 @@ | @@ -21,9 +21,7 @@ | ||
21 | 21 | ||
22 | set :output, "log/cron.log" | 22 | set :output, "log/cron.log" |
23 | 23 | ||
24 | -#TODO This value should be updated to a more realistic one once this goes to | ||
25 | -# production. | ||
26 | -every 1.minute do | 24 | +every 1.day do |
27 | runner "SearchTerm.calculate_scores" | 25 | runner "SearchTerm.calculate_scores" |
28 | end | 26 | end |
29 | 27 |