Skip to content

Commit

Permalink
Temporally not send dashboard's notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
decabeza committed Apr 24, 2019
1 parent f0305e3 commit 7b66195
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
rake "-s sitemap:refresh"
end

every 1.day, at: "7:00 am" do
rake "dashboards:send_notifications"
end
# Temporally not send dashboard's notifications
# every 1.day, at: "7:00 am" do
# rake "dashboards:send_notifications"
# end

every 1.day, at: "3:00 am", roles: [:cron] do
rake "votes:reset_hot_score"
Expand Down

0 comments on commit 7b66195

Please sign in to comment.