We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6277f41 commit e43e3e7Copy full SHA for e43e3e7
lib/resque/worker.rb
@@ -35,7 +35,7 @@ def self.working
35
names.map! { |name| "worker:#{name}" }
36
redis.mapped_mget(*names).keys.map do |key|
37
find key.sub("worker:", '')
38
- end
+ end.compact
39
end
40
41
# Returns a single worker object. Accepts a string id.
0 commit comments