Skip to content

Commit 14708cc

Browse files
committed
update time for testing
1 parent 9940cfb commit 14708cc

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
@@ -3,7 +3,7 @@
33
require "clockwork"
44

55
module Clockwork
6-
every(1.day, "Send Due Emails", at: "13:30", tz: Rails.application.config.time_zone) do
6+
every(1.day, "Send Due Emails", at: "13:36", tz: Rails.application.config.time_zone) do
77
SendDueEmailsJob.perform_now
88
end
99

0 commit comments

Comments
 (0)