Commit 422ac610cdad154baae6cea701bf27e8ea4ab3ad
1 parent
b58fb807
Exists in
master
and in
29 other branches
[search-improvements] Add reminder that the periodicity of score calculation is too small
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/schedule.rb
@@ -21,6 +21,8 @@ | @@ -21,6 +21,8 @@ | ||
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. | ||
24 | every 1.minute do | 26 | every 1.minute do |
25 | runner "SearchTerm.calculate_scores" | 27 | runner "SearchTerm.calculate_scores" |
26 | end | 28 | end |