From e0f7d2d95f949a5ff66881d78be9fa048b79710f Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Sun, 18 Apr 2021 14:12:45 -0700 Subject: [PATCH] Not true, not sure when this changed --- lib/sidekiq/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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