Skip to main content

SchedulerService

The service that is responsible for setting up and querying the scheduled tasks.

Signature
  • Implements: OnApplicationBootstrap, OnApplicationShutdown

constructor

method(configService: ConfigService, processContext: ProcessContext) => SchedulerService

onApplicationBootstrap

method() =>

onApplicationShutdown

method(signal?: string) =>

getTaskList

method() => Promise<TaskInfo[]>

Returns a list of all the scheduled tasks and their current status.

updateTask

method(input: UpdateScheduledTaskInput) => Promise<TaskInfo>

runTask

method(taskId: string) => Promise<Success>
Was this chapter helpful?
Report Issue
Edited Jan 28, 2026ยทEdit this page