Skip to content

Commit

Permalink
update dead queue in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
spalenza committed Aug 12, 2014
1 parent 8ac73a3 commit cbd71d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/sidekiq/web.rb
Expand Up @@ -221,6 +221,7 @@ def custom_tabs
enqueued: sidekiq_stats.enqueued,
scheduled: sidekiq_stats.scheduled_size,
retries: sidekiq_stats.retry_size,
dead: sidekiq_stats.dead_size,
default_latency: queue.latency,
},
redis: redis_stats
Expand Down
2 changes: 2 additions & 0 deletions web/assets/javascripts/dashboard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbd71d8

Please sign in to comment.