Skip to content

Commit

Permalink
Turn off maintenance job.
Browse files Browse the repository at this point in the history
  • Loading branch information
benubois committed Sep 8, 2023
1 parent de3a89f commit e8f8066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

every(1.day, "clockwork.daily", at: "7:00", tz: "UTC") do
if RedisLock.acquire("clockwork:delete_entries:v2")
EntryDeleterScheduler.perform_async
# EntryDeleterScheduler.perform_async
end

if RedisLock.acquire("clockwork:trial_expiration:v2")
Expand Down

0 comments on commit e8f8066

Please sign in to comment.