Deployment Type
Self-hosted
NetBox Version
v4.1.2
Python Version
3.12
Steps to Reproduce
- Create a JobRunner class
- Do not assign an object to the job instance
- Add the JobRunner.enqueue_once to the ready() of a plugin
Expected Behavior
NetBox will function normally
Observed Behavior
AttributeError is raised in Job.delete()