-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
NetBox Version
v4.1.3
Python Version
3.11
Steps to Reproduce
- Create a new
JobRunner. - Schedule the job runner without with
enqueue(interval=0).
Expected Behavior
Getting a ValidationError:
django.core.exceptions.ValidationError: {
'__all__': [
'Jobs cannot be assigned to this object type (None).'
]
}Observed Behavior
Nothing happens, as neither Job.enqueue(), Job.start() nor Job.terminate() trigger Job.clean().
Metadata
Metadata
Assignees
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application