-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #16971: Add system jobs #17716
Open
alehaa
wants to merge
13
commits into
netbox-community:feature
Choose a base branch
from
alehaa:16971-housekeeping
base: feature
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 11, 2024
-
If a job is to be enqueued once and no specific scheduled time is specified, any scheduled time of existing jobs will be valid. Only if a specific scheduled time is specified for 'enqueue_once()' can it be evaluated.
Configuration menu - View commit details
-
Copy full SHA for 892c54f - Browse repository at this point
Copy the full SHA 892c54fView commit details -
Allow system jobs to be registered
A new registry key allows background system jobs to be registered and automatically scheduled when rqworker starts.
Configuration menu - View commit details
-
Copy full SHA for 1f103ed - Browse repository at this point
Copy the full SHA 1f103edView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3ac3c - Browse repository at this point
Copy the full SHA ab3ac3cView commit details -
Fix plugins scheduled job documentation
The documentation reflected a non-production state of the JobRunner framework left over from development. Now a more practical example demonstrates the usage.
Configuration menu - View commit details
-
Copy full SHA for 39e5c0d - Browse repository at this point
Copy the full SHA 39e5c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b03ee - Browse repository at this point
Copy the full SHA d7b03eeView commit details -
To clarify which meta-attributes belong to system jobs, each of them is now prefixed with 'system_'.
Configuration menu - View commit details
-
Copy full SHA for 3e10d9a - Browse repository at this point
Copy the full SHA 3e10d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8c328 - Browse repository at this point
Copy the full SHA 8a8c328View commit details
Commits on Oct 27, 2024
-
Remove 'system_enabled' JobRunner attribute
Previously, the 'system_enabled' attribute was used to control whether a job should run or not. However, this can also be accomplished by evaluating the job's interval.
Configuration menu - View commit details
-
Copy full SHA for d964b55 - Browse repository at this point
Copy the full SHA d964b55View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49e0ea7 - Browse repository at this point
Copy the full SHA 49e0ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd45d3 - Browse repository at this point
Copy the full SHA 2bd45d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5662015 - Browse repository at this point
Copy the full SHA 5662015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b192c9 - Browse repository at this point
Copy the full SHA 6b192c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a976f - Browse repository at this point
Copy the full SHA 89a976fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.