rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exceptions not rendering for failed jobs in django admin

BobReid opened this issue · comments

Issue:

Failed jobs that end up in the FailedJobRegistry do not display the stack trace in django admin.
django-rq version 2.7.0
rq version 1.7.0

Screenshot of current details template

image

As far as I can tell this is a typo in the template unless I am missing something.

I put up a PR for a potential fix.
#590

Just doing a little more digging in the Django RQ source code.
This may be an incompatibility with the RQ version we are using and the latest version of django-rq.

Am closing this out as I have confirmed upgrading RQ fixes this issue.