diff --git a/config/schedule.rb b/config/schedule.rb index 92d42b2..c2c7f45 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -21,6 +21,8 @@ set :output, "log/cron.log" +#TODO This value should be updated to a more realistic one once this goes to +# production. every 1.minute do runner "SearchTerm.calculate_scores" end -- libgit2 0.21.2