message_bus
message_bus copied to clipboard
Diagnostics improvements
I'm planning on implementing some improvements to diagnostics to expand it into more of a dashboard similar to the Resque one, providing the ability to browse backlogs, see stats on backlog length, trimming/expiry, recently connected clients, etc.
@SamSaffron Please let me know if you have any thoughts on this as I get started.
The first thing I ran into is that the versions of Ember and Handlebars currently in use are from 2013 and are missing useful features. Upgrading them may be non-trivial, and I am more accustomed to the React landscape myself. Would you be against switching the diagnostics functionality to the latest version of React, @SamSaffron ?
I am fine switching to react here, whatever you prefer. You would be pretty much rebooting this project anyway.