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

Feature request to support ScheduledJobRegistry. Would be very useful to know which tasks are scheduled for when

File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/usr/local/lib/python3.8/site-packages/rqmonitor/decorators.py", line 32, in _wrapper raise RQMonitorException(**kwargs).with_traceback(tb) File "/usr/local/lib/python3.8/site-packages/rqmonitor/decorators.py", line 22, in...

Hi. Thank you for your amazing work. Really loving it over the de-facto rq monitor. While trying to integrate it in an application, I discovered that the search bar in...

feature-request

how to include csrf token? I couldn't cancel, delete, or interact with the flask app.

Hi friend, Please help me, I did install this on docker container but I didn't see any data from dashboard ![image](https://user-images.githubusercontent.com/13733169/130730355-f0c3b0dd-7b46-422a-a82a-1dccf5850105.png) I see this app connected to redis. What's wrong...

I want to make a route within flask to access the dashboard (mainly to use my own authentication). Do you have any documentation for this?

The Redis URL password is exposed as clear text in the Web interface - would be optimal if this was obscured.

enhancement

File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1513, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1499, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/usr/local/lib/python3.8/site-packages/rqmonitor/decorators.py", line 32, in _wrapper raise RQMonitorException(**kwargs).with_traceback(tb) File "/usr/local/lib/python3.8/site-packages/rqmonitor/decorators.py", line 22, in...

needs-reproduction

Hi there, awesome work, congrats! Installed with requirements in Python3.8 This is the issue: ![rq01](https://user-images.githubusercontent.com/9026100/124856380-f91a9480-dfdc-11eb-8642-06d19d1291e6.png) Cheers

bug