Commit 31c025cc5b925ccd776750e34dfb87b29ba2dccf

Authored by Rodrigo Souto
1 parent 18b6de1d

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 21  
22 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 25 runner "SearchTerm.calculate_scores"
28 26 end
29 27  
... ...