mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Complete signals documentation
This commit is contained in:
parent
f830968d1e
commit
877ec30a5a
@ -12,12 +12,24 @@ This signal is sent by models which inherit from `CustomValidationMixin` at the
|
||||
|
||||
## core.job_start
|
||||
|
||||
* `extras..signals.process_job_start_event_rules()`
|
||||
This signal is sent whenever a [background job](../features/background-jobs.md) is started.
|
||||
|
||||
### Receivers
|
||||
|
||||
* `extras.signals.process_job_start_event_rules()`
|
||||
|
||||
## core.job_end
|
||||
|
||||
* `extras..signals.process_job_end_event_rules()`
|
||||
This signal is sent whenever a [background job](../features/background-jobs.md) is terminated.
|
||||
|
||||
### Receivers
|
||||
|
||||
* `extras.signals.process_job_end_event_rules()`
|
||||
|
||||
## core.pre_sync
|
||||
|
||||
This signal is sent when the [DataSource](../models/core/datasource.md) model's `sync()` method is called.
|
||||
|
||||
## core.post_sync
|
||||
|
||||
This signal is sent when a [DataSource](../models/core/datasource.md) finishes synchronizing.
|
||||
|
Loading…
Reference in New Issue
Block a user