Job scheduling is not working #18004
Labels
status: needs triage
This issue is awaiting triage by a maintainer
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
Triage priority
I volunteer to perform this work (if approved)
NetBox Version
v4.1.6
Python Version
3.11
Steps to Reproduce
Expected Behavior
The script successfully runs and creates a new scheduled job
Observed Behavior
A new job is not scheduled, traceback from worker
This happens because the rescheduling mechanism does not pass
name
to the Job enqueue andname
field is obligatory in Job model.This can be fixed by passing
job.name
tocls.enqueue
here.Feel free to assign this issue to me, I will create PR to fix this issue.A new
The text was updated successfully, but these errors were encountered: