Job Scheduling
You can schedule execution of functions in specified time intervals and run as background jobs, such as data analysis, AI predictions, etc.
1. Log into the ADP console and select "Function" -> "Scheduler" menu.
2. Enter details of the job and click SAVE button.
Name : name of the job (alphabets and numbers only)
Schedule : job execution schedule in Unix-cron style format
Time zone : jobs executed in the specified time zone
Function : specify a Directory or Standalone function
Storage : specify a Storage DataSource, which will be passed to the function
Deleting a scheduled job
Deleting a scheduled job
1. Log into the ADP console and select "Function" -> "Scheduler" menu.
2. Click the minus button from the job list to delete the job.