Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CronController

Hierarchy

  • CronController

Index

Constructors

constructor

Properties

Private dataAccessService

dataAccessService: DataAccessService

Private scheduleService

scheduleService: ScheduleService

Methods

cronJobs

  • cronJobs(cronType: CronType, response: any): Promise<void>
  • Should be remove in the near futur Registration of cron job is now handle by the /webhook endpoint

    Parameters

    Returns Promise<void>

Private loadCronJobs

  • loadCronJobs(): Promise<void>

Generated using TypeDoc