[PR #20450] [MERGED] Fixes #20243: Prevent scheduled system jobs from re-running multiple times #15925

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20450
Author: @jeremystretch
Created: 9/29/2025
Status: Merged
Merged: 9/30/2025
Merged by: @jnovinger

Base: mainHead: 20243-system-jobs-minimal-interval


📝 Commits (2)

  • f294cd1 Fixes #20243: Prevent scheduled system jobs from re-running multiple times
  • 512d712 Remove extraneous list encapsulation

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 netbox/netbox/jobs.py (+6 -1)

📄 Description

Fixes: #20243

When determining the new scheduled time for a job with an interval, ensure that it is at least one minute into the future.


🔄 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/20450 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `20243-system-jobs-minimal-interval` --- ### 📝 Commits (2) - [`f294cd1`](https://github.com/netbox-community/netbox/commit/f294cd177530787a1f1e19aa90ee733583be1397) Fixes #20243: Prevent scheduled system jobs from re-running multiple times - [`512d712`](https://github.com/netbox-community/netbox/commit/512d712d3df0f3279910613cc5567569bf17877e) Remove extraneous list encapsulation ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/jobs.py` (+6 -1) </details> ### 📄 Description ### Fixes: #20243 When determining the new scheduled time for a job with an interval, ensure that it is at least one minute into the future. --- <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:24:50 +01:00
adam closed this issue 2025-12-30 00:24:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15925