lib/qyu/store/memory/adapter.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Adapter has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

      class Adapter < Qyu::Store::Base
        TYPE = :memory

        def initialize(_config)
          @workflows = {}
Severity: Minor
Found in lib/qyu/store/memory/adapter.rb - About 2 hrs to fix

    Method find_or_persist_task has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            def find_or_persist_task(name, queue_name, payload, job_id, parent_task_id)
    Severity: Minor
    Found in lib/qyu/store/memory/adapter.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status