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.

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 Mar 17, 2026ยทEdit this page