Skip to content

Commit 5cb8447

Browse files
committed
revert 6ef2072
1 parent 6ef2072 commit 5cb8447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Clockwork
77
SendDueEmailsJob.perform_now
88
end
99

10-
every(1.day, "Send Overdue Emails", at: "6:40", tz: Rails.application.config.time_zone) do
10+
every(1.day, "Send Overdue Emails", at: "9:15", tz: Rails.application.config.time_zone) do
1111
SendOverdueEmailsJob.perform_now
1212
end
1313

0 commit comments

Comments
 (0)