Introduce signals indicating the execution or termination of a job #14365
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.6.5
Feature type
New functionality
Proposed functionality
Introduce two new signals,
job_start
andjob_end
, which fire when a job is executed or terminated, respectively. This will allow us to move thetrigger_webhooks()
method from the Job model into a standalone receiver.Use case
Exposing these signals standardizes event behavior in #14132 and enables plugins to interact with job events.
Database changes
N/A
External dependencies
N/A
The text was updated successfully, but these errors were encountered: