Skip to content

Commit

Permalink
Preserve behaviour of fetch_stats! returning stats. (#5001)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijoharas committed Sep 27, 2021
1 parent e9d16db commit 051555e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sidekiq/api.rb
Expand Up @@ -113,6 +113,7 @@ def fetch_stats_slow!

@stats[:workers_size] = workers_size
@stats[:enqueued] = enqueued
@stats
end

def fetch_stats!
Expand Down

0 comments on commit 051555e

Please sign in to comment.