runCleanupWorkerSafely
Function: runCleanupWorkerSafely()
runCleanupWorkerSafely(
drizzleClient,logger):Promise<void>
Defined in: src/workers/backgroundWorkerService.ts:151
Executes the cleanup worker with robust error handling to ensure stability.
Parameters
drizzleClient
NodePgDatabase<API Docs>
logger
FastifyBaseLogger
Returns
Promise<void>