Skip to main content

getBackgroundWorkerStatus

API Docs


Function: getBackgroundWorkerStatus()

getBackgroundWorkerStatus(): object

Defined in: src/workers/backgroundWorkerService.ts:219

Retrieves the current status of the background worker service, including scheduling information.

Returns

object

An object containing the current status of the service.

cleanupSchedule

cleanupSchedule: string

isRunning

isRunning: boolean

materializationSchedule

materializationSchedule: string

nextCleanupRun?

optional nextCleanupRun: Date

nextMaterializationRun?

optional nextMaterializationRun: Date