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:
parent
6a4d32e7ba
commit
e0f7d2d95f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue