1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2012-10-28 13:00:45 -07:00
parent 754f7f5948
commit 7b39a40430
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
HEAD
-----------
- REDESIGNED WEB UI! [unity]
- Support Honeybadger for error delivery
- Inline testing runs the client middleware before executing jobs [#465]
- Web UI can now remove jobs from queue. [#466, dleung]

View file

@ -1,7 +1,7 @@
ul.unstyled.summary
li
span.count #{number_with_delimiter(processed)}
span.desc Processed
span.desc Processed
li
span.count #{number_with_delimiter(failed)}
span.desc Failed
@ -13,7 +13,7 @@ ul.unstyled.summary
span.desc Scheduled
li
span.count #{number_with_delimiter(zcard('retry'))}
span.desc Retries pending
span.desc Retries
li
span.count #{number_with_delimiter(backlog)}
span.desc Queue