-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
complexity: mediumRequires a substantial but not unusual amount of effort to implementRequires a substantial but not unusual amount of effort to implementstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
NetBox version
v4.2.1
Feature type
Change to existing functionality
Triage priority
N/A
Proposed functionality
Use a system job (introduced in NetBox v4.2) to schedule periodic census data reporting.
Use case
Currently, census reporting occurs on initialization for each Python worker. This can result in excessive requests when there are many workers running and/or when workers frequently restart. Using a recurring system job will reduce the frequency at which census reports are sent.
Database changes
N/A
External dependencies
N/A
Metadata
Metadata
Assignees
Labels
complexity: mediumRequires a substantial but not unusual amount of effort to implementRequires a substantial but not unusual amount of effort to implementstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application