File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -81,17 +81,16 @@ The ``on_event`` callback returns 3 arguments, when it is called:
81
81
- ``config.apply `` if the callback was triggered by a configuration update;
82
82
83
83
- ``box.status `` if it was triggered by the ``box.status `` system event.
84
-
85
84
- ``value ``, which shows and logs the information about the instance status as in the trigger ``box.status `` system event.
86
85
If the callback is triggered by a configuration update, the ``value `` shows the information of the most recent ``box.status `` system event.
87
86
88
87
.. NOTE ::
89
88
90
- - All ``on_event `` callbacks with the ``config.apply `` key are executed as a part of the configuration process.
91
- Process statuses ``ready `` or ``check_warnings `` are reached only after all such ``on_event `` callbacks are done.
89
+ - All ``on_event `` callbacks with the ``config.apply `` key are executed as a part of the configuration process.
90
+ Process statuses ``ready `` or ``check_warnings `` are reached only after all such ``on_event `` callbacks are done.
92
91
93
- - All ``on_event `` callbacks are executed inside of a ``pcall ``. If an error is raised for a callback,
94
- it is logged with the ``error `` level and the series execution continues.
92
+ - All ``on_event `` callbacks are executed inside of a ``pcall ``. If an error is raised for a callback,
93
+ it is logged with the ``error `` level and the series execution continues.
95
94
96
95
Creating a custom role includes the following steps:
97
96
You can’t perform that action at this time.
0 commit comments