[PR #17911] [MERGED] 17898 upgrade to django-rq v3 #15228

Closed
opened 2025-12-30 00:20:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17911
Author: @arthanson
Created: 10/31/2024
Status: Merged
Merged: 11/1/2024
Merged by: @jeremystretch

Base: developHead: 17898-rq


📝 Commits (3)

📊 Changes

3 files changed (+5 additions, -4 deletions)

View changed files

📝 base_requirements.txt (+2 -2)
📝 netbox/core/tests/test_views.py (+1 -0)
📝 requirements.txt (+2 -2)

📄 Description

Fixes: #17898

Upgrades to django-rq v3. They added prepare_execution function to be used after prepare_job_execution, this is the only place we are using that. However this call is not present in older django-rq so the libraries must be updated.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/17911 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17898-rq` --- ### 📝 Commits (3) - [`538550a`](https://github.com/netbox-community/netbox/commit/538550a082820d2d7a2956e8678dde54df643043) 17898 upgrade to django-rq v3 - [`87e46b7`](https://github.com/netbox-community/netbox/commit/87e46b76554c1e7c97f8787fc2ba5bd9f833b3a3) 17898 merge develop - [`d360395`](https://github.com/netbox-community/netbox/commit/d360395b173272499a1d66707477f77391dd0b6a) Unpin base requirements ### 📊 Changes **3 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `base_requirements.txt` (+2 -2) 📝 `netbox/core/tests/test_views.py` (+1 -0) 📝 `requirements.txt` (+2 -2) </details> ### 📄 Description ### Fixes: #17898 Upgrades to django-rq v3. They added prepare_execution function to be used after prepare_job_execution, this is the only place we are using that. However this call is not present in older django-rq so the libraries must be updated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:20:44 +01:00
adam closed this issue 2025-12-30 00:20:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15228