Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Exception Rendering on Job Details Template #590

Closed
wants to merge 2 commits into from

Conversation

BobReid
Copy link

@BobReid BobReid commented May 1, 2023

Issue

The stack trace that caused a job to fail was not displayed for failed jobs on the job details admin screen.
The html block was wrapped in an if statement checking a non-existent variable exc_info instead of job.exc_info

Fix

Update the if check to check job.exc_info instead of exc_info

@BobReid
Copy link
Author

BobReid commented May 1, 2023

I am closing this out as it is caused by an incompatibility with django-rq and and old version of rq (1.7). Upgrading RQ is the real fix.

@BobReid BobReid closed this May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants