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 2015-03-30 08:36:56 -07:00
parent 71e523757e
commit ab8f11ddb6

View file

@ -1,9 +1,8 @@
HEAD
-----------
- **Improve ActiveJob integration** - Web UI now shows ActiveJobs in a
- **Improved ActiveJob integration** - Web UI now shows ActiveJobs in a
nicer format and job logging shows the actual class name [#2248, #2259]
- Added helper which provide ability to add your html code to page `<head>` tag [#2270]
- Web UI polling now uses Ajax to avoid page reload [#2266]
- Add Sidekiq::Process#dump\_threads API to trigger TTIN output [#2247]