1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

update changes

This commit is contained in:
Mike Perham 2012-10-25 21:37:33 -07:00
parent 576eb6fa56
commit c64a6eb76b

View file

@ -1,6 +1,9 @@
HEAD
-----------
- Inline testing runs the client middleware before executing jobs [#465]
- Web UI can now remove jobs from queue. [#466, dleung]
- Web UI can now show the full message, not just 100 chars [#464, dleung]
- Add APIs for manipulating the retry and job queues. See sidekiq/api. [#457]