rq-dashboard

Flask-based web front-end for monitoring RQ queues

OTHER License

Downloads
291K
Stars
1.4K
Committers
51

Bot releases are visible (Hide)

rq-dashboard - Release v0.7.1 Latest Release

Published by github-actions[bot] 4 months ago

Release v0.7.1

rq-dashboard - Release v0.7.0

Published by github-actions[bot] 6 months ago

Release v0.7.0

rq-dashboard - Release v0.6.7.2

Published by github-actions[bot] 8 months ago

Release v0.6.7.2

rq-dashboard - Release v0.6.7

Published by github-actions[bot] about 1 year ago

Release v0.6.7

rq-dashboard - Release v0.6.6

Published by github-actions[bot] about 1 year ago

Release v0.6.6

rq-dashboard - Release v0.6.5

Published by github-actions[bot] over 1 year ago

Release v0.6.5

rq-dashboard - Release v0.6.2

Published by github-actions[bot] over 1 year ago

Release v0.6.2

rq-dashboard - Release v0.6.1

Published by github-actions[bot] over 1 year ago

Release v0.6.1

rq-dashboard - 0.6.1

Published by eoranged almost 5 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

rq-dashboard - 0.6.0

Published by eoranged almost 5 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
rq-dashboard - 0.5.3

Published by eoranged about 5 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
rq-dashboard - 0.5.2

Published by eoranged about 5 years ago

  • Properly handle legacy settings
  • Ask for confirmation before cancelling job. Thanks Vincent Prouillet
rq-dashboard -

Published by eoranged over 5 years ago

  • Make configuration options consistent, all env parameters now start with RQ_DASHBOARD
  • RQ 1.0 basic support. Please make sure that dashboard is installed with the same RQ version as your app does.
  • Fix jobs table break if name too long. Thanks abawchen
  • Sort list of workers. Thanks erikvanzijst
  • Fix XSS in queue API. Thanks caub
  • Add proper cache-control headers to all html pages. Thanks caub
  • Do not leak passwords in rq-instances.json. Thanks yangbh
rq-dashboard -

Published by eoranged over 5 years ago

  • Mark as incompatible with RQ 1.0 (see #172 for details)
  • Add first/last page links to pagination (Thanks Yeray Diaz Diaz)
  • Fix 404 errors in docker (Thanks skullY)
  • Add confirm modal for dangerous action (Thanks Gerard Sole)
  • Enable copy-paste in Jobs table (Thanks Gerard Sole)
  • Drop support for EOL Python 2.6 (Thanks Hugo)
  • Add Cache-Control header to API
  • Update jquery version (Thanks caub)
rq-dashboard - Hotfix for Python 3.7 compatibility

Published by eoranged over 5 years ago

  • Remove unused async parameter in wrapper method signature, which breaks Python 3.7 compatibility
rq-dashboard -

Published by eoranged over 6 years ago

  • Display current job in tooltip in workers list. Thanks Daniel Hnyk
  • Allow to specify return URL through get parameters for external systems integration. Thanks Radomirs Cirskis
  • Add tests to packages ignore list. Thanks kitsuyui
rq-dashboard -

Published by eoranged over 6 years ago

Changes:

  • Support Redis Sentinel connection. Thanks Šarūnas Navickas
  • Allow to hide worker list. Thanks Thomas Kriechbaumer
  • Allow to delete jobs instead of cancelling. Thanks Javier Lopez
  • Now RQ dashboard requires RQ 0.10.0. Thanks TÖRÖK Attila

Bug fixes:

  • Fixed broken legacy behaviour with string redis_url. Thanks Javier
    Lopez

Other noticable changes:

  • Readme has brought to a better shape. Thanks teisena
  • Brought basic unit tests support and CI