examples/split_n_sync/workers/split_array_worker_with_block.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def run
    Qyu::SplitWorker.new do
      callback :execute, :before do
        Qyu.logger.info 'Waiting for task..'
      end
Severity: Minor
Found in examples/split_n_sync/workers/split_array_worker_with_block.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status