Rq Dashboard Versions Save

Flask-based web front-end for monitoring RQ queues

v0.7.0

2 weeks ago

Release v0.7.0

v0.6.7.2

3 months ago

Release v0.6.7.2

v0.6.7

8 months ago

Release v0.6.7

v0.6.6

8 months ago

Release v0.6.6

v0.6.5

10 months ago

Release v0.6.5

v0.6.2

10 months ago

Release v0.6.2

v0.6.1

10 months ago

Release v0.6.1

0.6.1

4 years ago

Add error message with bind and port on which is it running Swap DeprecationWarning to UserWarning Make queues list collapsible Fix for cancel button for non-queued jobs

0.6.0

4 years ago

Changes:

  • Hide workers list if there are many than 8 workers
  • Properly align page (move workers toggle to header)
  • Add a link to rq-dashboard-on-heroku (thanks Paul Melnikow)
  • Update dependencies (thanks dependabot)
  • Expose dashboard HTTP port 9181 in Dockerfile (thanks Enrico)
  • Switch to pytest for running tests
  • Add worker's RQ and Python versions to dashboard (for RQ > 1.1, currently from master)
  • Convert README to markdown
  • Set up test runs against different RQ versions
  • Remove requirements.in, we are using dependabot now
  • Use rq 1.1.0 by default (in requirements.txt)
  • Add favicon

0.5.3

4 years ago
  • Remove dependency on default configuration
  • Clean up dashboard layout
  • Properly sort workers in failed queue
  • Add --verbose option and use ERROR level by default. Thanks Nicholas Mei.
  • Show instances selector only when there are multiple instances
  • Clean up Docker image