Modules
Options
Name | Default | Description | Type | Since |
---|---|---|---|---|
startup | ASYNC | When ASYNC modules will start in parallel and dependencies are resolved event-driven. That also means the startup will not fail on recoverable errors, e.g. when an external resource is missing but might arrive later. When SYNC , startup behaves like in v3.x, i.e. modules will start sequentially in a fixed order and any errors will abort the startup. | string | v4.0 |
minMaturity | CANDIDATE | The minimum maturity of modules that should be loaded, all other modules will be ignored. Possible values are PROPOSAL , CANDIDATE and MATURE . See Module Lifecycle for a list of all modules and their classifications. | string | v4.0 |
minMaintenance | LOW | The minimum maintenance level of modules that should be loaded, all other modules will be ignored. Possible values are NONE , LOW and FULL . See Module Lifecycle for a list of all modules and their classifications. | string | v4.0 |