diff --git a/lib/sidekiq/api.rb b/lib/sidekiq/api.rb index 7c483bf7..add73d33 100644 --- a/lib/sidekiq/api.rb +++ b/lib/sidekiq/api.rb @@ -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