We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9940cfb commit 14708ccCopy full SHA for 14708cc
scheduler.rb
@@ -3,7 +3,7 @@
3
require "clockwork"
4
5
module Clockwork
6
- every(1.day, "Send Due Emails", at: "13:30", tz: Rails.application.config.time_zone) do
+ every(1.day, "Send Due Emails", at: "13:36", tz: Rails.application.config.time_zone) do
7
SendDueEmailsJob.perform_now
8
end
9
0 commit comments