Closed
Description
NetBox version
v4.1.8
Feature type
Change to existing functionality
Triage priority
I volunteer to perform this work (if approved)
Proposed functionality
When a custom script is run (as a background job), currently only the event_tracking
request processor is employed:
Lines 101 to 104 in e63fe23
All registered request processors should be applied here, not just event_tracking
.
Use case
FR #18211 recently introduced the ability to dynamically register request processors (a planned feature for the plugins API). This change will ensure that any additional registered processors are run when executing custom scripts as well as when servicing requests.
Database changes
N/A
External dependencies
N/A