]> cat aescling's git repositories - mastodon.git/blobdiff - app/workers/scheduler/pghero_scheduler.rb
Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908)
[mastodon.git] / app / workers / scheduler / pghero_scheduler.rb
index cf55700486465869de3fa6515a98a1793e544449..a756b13b9336f4fbfba3cc78e6cb5560e6bb991a 100644 (file)
@@ -3,7 +3,7 @@
 class Scheduler::PgheroScheduler
   include Sidekiq::Worker
 
-  sidekiq_options lock: :until_executed, retry: 0
+  sidekiq_options retry: 0
 
   def perform
     PgHero.capture_space_stats
This page took 0.040544 seconds and 3 git commands to generate.