]> cat aescling's git repositories - mastodon.git/blobdiff - app/workers/thread_resolve_worker.rb
Fix records not being indexed sometimes (#12024)
[mastodon.git] / app / workers / thread_resolve_worker.rb
index 84eae73befa997fa1afe41ce2c9321c4219fc5ff..8bba9ca75e668fa969fb4aed127215c5a7244224 100644 (file)
@@ -2,6 +2,9 @@
 
 class ThreadResolveWorker
   include Sidekiq::Worker
+  include ExponentialBackoff
+
+  sidekiq_options queue: 'pull', retry: 3
 
   def perform(child_status_id, parent_url)
     child_status  = Status.find(child_status_id)
This page took 0.021581 seconds and 3 git commands to generate.