mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Preserve behaviour of fetch_stats! returning stats. (#5001)
This commit is contained in:
parent
e9d16dbdb8
commit
051555e55c
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ module Sidekiq
|
|||
|
||||
@stats[:workers_size] = workers_size
|
||||
@stats[:enqueued] = enqueued
|
||||
@stats
|
||||
end
|
||||
|
||||
def fetch_stats!
|
||||
|
|
Loading…
Add table
Reference in a new issue