Skip to content

Commit 00c271b

Browse files
committed
Change reset_demo to 1:00 so we can check logs
1 parent 0358129 commit 00c271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clock.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Clockwork
2121
Rails.logger.info("Done!")
2222
end
2323

24-
every(1.day, "Periodically reset seed data in staging", at: "00:00") do
24+
every(1.day, "Periodically reset seed data in staging", at: "01:00") do
2525
if ENV["RAILS_ENV"] == "staging"
2626
rake = Rake.application
2727
rake.init

0 commit comments

Comments
 (0)