Custom script remains in "running" state forever when log raises an exception #13530
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.5.8
Python version
3.8
Steps to Reproduce
Upload the following custom script and run it
Expected Behavior
Either the script to complete successfully, or for it to terminate with an error/exception.
Observed Behavior
The script remains in "running" / "Results pending..." state indefinitely.
If you navigate to the "Jobs" tab at
/extras/scripts/bug/Bug/jobs/
, you see:In reality though, the script crashed. The error is visible with
journalctl -eu netbox-rq
:But the netbox-rq worker is still running.
The text was updated successfully, but these errors were encountered: