Skip to main content

SystemOptions

Options relating to system functions.

Signature

healthChecks

propertyHealthCheckStrategy[]v1.6.0
Default:[<a href='/reference/typescript-api/health-check/type-ormhealth-check-strategy#typeormhealthcheckstrategy'>TypeORMHealthCheckStrategy</a>]

Defines an array of HealthCheckStrategy instances which are used by the /health endpoint to verify that any critical systems which the Vendure server depends on are also healthy.

errorHandlers

propertyErrorHandlerStrategy[]v2.2.0
Default:[]

Defines an array of ErrorHandlerStrategy instances which are used to define logic to be executed when an error occurs, either on the server or the worker.

cacheStrategy

propertyCacheStrategyv3.1.0
Default:InMemoryCacheStrategy

Defines the underlying method used to store cache key-value pairs which powers the CacheService.

instrumentationStrategy

Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page