Skip to main content

BootstrapWorker

Bootstraps a Vendure worker. Resolves to a VendureWorker object containing a reference to the underlying NestJs standalone application as well as convenience methods for starting the job queue and health check server.

Read more about the Vendure Worker.

Example

Ts
Signature

Parameters

userConfig

parameterPartial<VendureConfig>

options

Additional options that can be used to configure the bootstrap process of the Vendure worker.

Signature

nestApplicationContextOptions

propertyNestApplicationContextOptions

These options get passed directly to the NestFactory.createApplicationContext method.

ignoreCompatibilityErrorsForPlugins

propertyArray<DynamicModule | Type<any>>v3.1.0
Default:[]

See the ignoreCompatibilityErrorsForPlugins option in BootstrapOptions.

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