15093 Allow plugins to register events pipeline (#17717)
* 15093 add events_pipeline registration to plugins * 15093 use list * 15093 add documentation * Update docs/configuration/index.md Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> * Update docs/configuration/miscellaneous.md Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> * 15093 review changes * 15093 review changes * Formatting & readability * 15093 review changes * 15093 add test --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
@@ -106,6 +106,15 @@ By default, NetBox will prevent the creation of duplicate prefixes and IP addres
|
||||
|
||||
---
|
||||
|
||||
## EVENTS_PIPELINE
|
||||
|
||||
|
||||
Default: `['extras.events.process_event_queue',]`
|
||||
|
||||
NetBox will call dotted paths to the functions listed here for events (create, update, delete) on models as well as when custom EventRules are fired.
|
||||
|
||||
---
|
||||
|
||||
## FILE_UPLOAD_MAX_MEMORY_SIZE
|
||||
|
||||
Default: `2621440` (2.5 MB)
|
||||
|
Reference in New Issue
Block a user