-
Notifications
You must be signed in to change notification settings - Fork 160
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
Error in dagobah log if a deleted job is accessed #36
Comments
Could you give me some more steps to reproduce this? Which page are you looking at in the frontend when this happens? My best guess is that you left a window open on a job detail page after deleting it from the jobs page? |
Two ways to reproduce the error:
|
Understood. I'm going to make it throw a reasonable error in both cases and, in the second case, wipe pretty much the entire DOM and let you know there's nothing there anymore. |
I get this error continuously (due to constant ajax calls) if a deleted job is accessed in the log and internal server error in the browser.
Maybe appropriate error for non existent jobs should be returned.
The text was updated successfully, but these errors were encountered: