stopBackgroundWorkers
Function: stopBackgroundWorkers()
stopBackgroundWorkers(
logger):Promise<void>
Defined in: src/workers/backgroundWorkerService.ts:78
Stops all running background workers and releases any associated resources.
Parameters
logger
FastifyBaseLogger
Returns
Promise<void>