Ideas for improved version - Parallels/rq-dashboard GitHub Wiki
- only way to configure connection is URL, no dict-like configuration support
- support instance tags (to allow filtering by environment, aws availability zone and so on).
Ex.:
redis://...?db=1&tag:az=us-west-1
- option to watch queue in real-time
- throughput display
- workers history
- job history (added, started, failed, restarted, done)
- shared state per instance (number of clients does not affect load on redis)
- document scenarios
- theming support
- pluggable auth
- basic http auth plugin
- oauth plugin
- dashboard for multi-instance setup