We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8426d11 + 18515e7 commit 7d31c55Copy full SHA for 7d31c55
1 file changed
clock.rb
@@ -21,7 +21,7 @@ module Clockwork
21
Rails.logger.info("Done!")
22
end
23
24
- every(1.day, "Periodically reset seed data in staging", at: "00:00") do
+ every(1.day, "Periodically reset seed data in staging", at: "01:00") do
25
if ENV["RAILS_ENV"] == "staging"
26
rake = Rake.application
27
rake.init
0 commit comments