HomeVendure CoreShow hidden breadcrumbs...WorkerWorkerHealthCheckConfigOn this pageWorkerHealthCheckConfig@vendure/coreSourcev1.2.0 Specifies the configuration for the Worker's HTTP health check endpoint. Signatureinterface WorkerHealthCheckConfig { port: number; hostname?: string; route?: string;} portpropertynumberThe port on which the worker will listenhostnamepropertystringDefault:'localhost'The hostnameroutepropertystringDefault:'/health'The route at which the health check is available.Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousVendureWorkerNextCore PluginsEdited Feb 25, 2026ยทEdit this page