• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / bibdata / 4f01b5ec-96e4-40e5-bb74-6da450726a2e

pending completion
4f01b5ec-96e4-40e5-bb74-6da450726a2e

Pull #2143

circleci

Jane Sandberg
explicitly require redis gem
Pull Request #2143: Bump sidekiq and sidekiq-pro

3555 of 3942 relevant lines covered (90.18%)

307.23 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

42.86
/app/jobs/index_remaining_dumps_job.rb
1
class IndexRemainingDumpsJob
1✔
2
  include Sidekiq::Worker
1✔
3
  def perform(index_manager_id)
1✔
4
    index_manager = IndexManager.find(index_manager_id)
×
5
    return unless index_manager.next_dump
×
6
    batch.jobs do
×
7
      index_manager.index_next_dump!
×
8
    end
9
  end
10
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc