SchedulerService
SchedulerService
The service that is responsible for setting up and querying the scheduled tasks.
Signature
class SchedulerService implements OnApplicationBootstrap {
constructor(configService: ConfigService)
onApplicationBootstrap() => ;
getTaskList() => Promise<TaskInfo[]>;
updateTask(input: UpdateScheduledTaskInput) => Promise<TaskInfo>;
}
- Implements:
OnApplicationBootstrap