Method: Gitlab::Client::Sidekiq#sidekiq_job_stats
- Defined in:
- lib/gitlab/client/sidekiq.rb
#sidekiq_job_stats ⇒ Object
Get the current Job Statistics
27 28 29 |
# File 'lib/gitlab/client/sidekiq.rb', line 27 def sidekiq_job_stats get('/sidekiq/job_stats') end |