SchedulerService
The service that is responsible for setting up and querying the scheduled tasks.
- Implements: OnApplicationBootstrap, OnApplicationShutdown
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?