Skip to content

Commit

Permalink
Remove unused method, replaced by a scope
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Nov 22, 2023
1 parent 6e14ea0 commit 7c3007a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/solid_queue/ready_execution.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ def claim(queue_list, limit, process_id)
end
end

def queued_as(queues)
QueueParser.new(queues, self).scoped_relation
end

private
def select_and_lock(queue_relation, process_id, limit)
return [] if limit <= 0
Expand Down

0 comments on commit 7c3007a

Please sign in to comment.