Skip to content

Errors Until Shutdown

Key: qie.errorsUntilShutdown

Env Var: QIE_ERRORSUNTILSHUTDOWN

Default: 10

Scope: Global

Description: The number of critical errors that the engine must throw before the service is automatically restarted.

Examples

Env Var

QIE_ERRORSUNTILSHUTDOWN=20

Java Option

-Dqie.errorsUntilShutdown=20

YAML

QIE_ERRORSUNTILSHUTDOWN: 20