rqmonitor icon indicating copy to clipboard operation
rqmonitor copied to clipboard

Flask based more dynamic and actionable frontend dashboard for monitoring Redis Queue 👩🏿‍💻 http://python-rq.org

Results 17 rqmonitor issues
Sort by recently updated
recently updated
newest added

With a single worker paused and many jobs queued up, the "Jobs" table has no entries. The redis memory display grows in size as more jobs are submitted, but nothing...

Hi there, you sent me a private e-mail to advertise your project, so I feel I can ask for features :-D The [Docker image](https://hub.docker.com/r/pranavgupta1234/rqmonitor/tags) you provide is only built for...

``` $ rqmonitor Traceback (most recent call last): File "/Users/liborjelinek/git-dm/documatt-api/.venv/bin/rqmonitor", line 5, in from rqmonitor.cli import main File "/Users/liborjelinek/git-dm/documatt-api/.venv/lib/python3.11/site-packages/rqmonitor/__init__.py", line 3, in from .bp import monitor_blueprint File "/Users/liborjelinek/git-dm/documatt-api/.venv/lib/python3.11/site-packages/rqmonitor/bp.py", line 54,...

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies
python

Bumps [redis](https://github.com/redis/redis-py) from 3.3.11 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...

dependencies
python

As requested in issue #4. Before: ![navbar_before](https://user-images.githubusercontent.com/1123248/192146319-206e4708-ad04-4c70-a71f-22144e16f79e.png) After: ![navbar_after](https://user-images.githubusercontent.com/1123248/192146331-bc11c447-9f45-4336-b889-c4d99b34194c.png)