Exception displayed when navigating to the "Jobs" page
See original GitHub issueUsing the latest docker image, when navigating to the “Jobs” page I get (in the browser, not in the log):
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1935, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/rqmonitor/decorators.py", line 32, in _wrapper
raise RQMonitorException(**kwargs).with_traceback(tb)
File "/rqmonitor/decorators.py", line 22, in _wrapper
inner_response = func(*args, **kwargs)
File "/rqmonitor/decorators.py", line 11, in _wrapper
_rendered_template = func(*args, **kwargs)
File "/rqmonitor/bp.py", line 223, in list_jobs_api
jobs = resolve_jobs(job_counts, start, length)
File "/rqmonitor/utils.py", line 495, in resolve_jobs
current_block_jobs = list_jobs_in_queue_registry(block[0], block[1], cursor,
File "/rqmonitor/utils.py", line 280, in list_jobs_in_queue_registry
return [Job.fetch(job_id) for job_id in job_ids]
File "/rqmonitor/utils.py", line 280, in <listcomp>
return [Job.fetch(job_id) for job_id in job_ids]
File "/usr/local/lib/python3.8/site-packages/rq/job.py", line 299, in fetch
job.refresh()
File "/usr/local/lib/python3.8/site-packages/rq/job.py", line 505, in refresh
raise NoSuchJobError('No such job: {0}'.format(self.key))
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (4 by maintainers)
Top Results From Across the Web
stale element exception : click on report link in page then back ...
As the name suggests this exception occurs when the element stale, which means the element reference on which you are trying to take...
Read more >Stale Element Reference Exception in Selenium Webdriver ...
A stale element reference exception is thrown in one of two cases. To fix this, we use Page Factory, Waits, Loop, or Page...
Read more >An exception occurred while attempting to process jobs request
Existing Altiris Client Task Agents are unable to register with any Task Server and the following error appears in the Notification Server logs:....
Read more >Router Exception Handling | Routing and Navigation - Vaadin
The unhandled exception propagates during navigation and is handled by the AccessDeniedExceptionHandler that keeps the MainLayout with its menu ...
Read more >US20040046797A1 - Systems and methods for navigating and ...
A printer system can be used for displaying and printing a print job, the print job including at least print job level properties...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm that the time parse issue is fixed when upgrading RQ to
>1.4
, however thepranavgupta1234/rqmonitor
docker image ships withrq==1.2
so even if your project has an updated version of RQ, RQ Monitor does not.Another one, when going to the “jobs” page and there are active jobs: