gmanley/loggia

View on GitHub
app/workers/image_consolidator.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method perform has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def perform
    Image.where(md5: nil).pluck(:id).each do |record_id|
      ImageChecksumer.perform_async(record_id)
    end

Severity: Minor
Found in app/workers/image_consolidator.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status