Load Event 📆
The current implementation includes only a limited number of events per Kind. However, more events are planned for future updates.
Common Events
sys:start
: Triggered when the loader starts.sys:store:importing
: Fired before thestore_import
process begins. This event is unrelated to theStoreImport
Kind and is not triggered if thestore_import
field is not configured.sys:store:imported
: Fired after the completion of thestore_import
process. Similar tosys:store:importing
, it is unrelated to theStoreImport
Kind and requires thestore_import
field to be configured.sys:validating
: Triggered before the validation process begins.sys:validated
: Fired after the validation process completes.sys:terminated
: Triggered when the loader terminates.
SlaveConnect Events
slaveConnect:connecting
: Fired before establishing a connection with a Slave.slaveConnect:connected
: Triggered upon successfully connecting to a Slave.