1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Not true, not sure when this changed

This commit is contained in:
Mike Perham 2021-04-18 14:12:45 -07:00
parent 6a4d32e7ba
commit e0f7d2d95f

View file

@ -265,7 +265,7 @@ module Sidekiq
# Find the job with the given JID within this queue.
#
# This is a slow, inefficient operation. Do not use under
# normal conditions. Sidekiq Pro contains a faster version.
# normal conditions.
def find_job(jid)
detect { |j| j.jid == jid }
end