21129 Store queue_name in Job so correctly deleted in RQ #457

Closed
opened 2026-04-05 16:33:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @arthanson on 1/27/2026

Fixes: #21129

Issue was PR https://github.com/netbox-community/netbox/pull/19424 added a queue_name but it isn't saved to the Job record so if you don't use one of the standard queues it doesn't know where to cancel it from. Added the queue_name to the job record and associated changes for filter, tables, REST_API, etc.. Also slight change to the delete function to remove it from the correct queue.

Note: After talking with Jeremy as this is a follow up to a change, even thought this has a modification to the REST API it is okay for a patch release.

*Originally created by @arthanson on 1/27/2026* ### Fixes: #21129 Issue was PR https://github.com/netbox-community/netbox/pull/19424 added a queue_name but it isn't saved to the Job record so if you don't use one of the standard queues it doesn't know where to cancel it from. Added the queue_name to the job record and associated changes for filter, tables, REST_API, etc.. Also slight change to the delete function to remove it from the correct queue. Note: After talking with Jeremy as this is a follow up to a change, even thought this has a modification to the REST API it is okay for a patch release.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#457