Job Scheduling

Job Scheduling PRODUCT     AVGIDEA, INC. 

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

Parameters : Pass parameters to the function in JSON format

Notification : Receive notification by email when a function finishes executing


3. Click on Option and you can also specify execution options



Job operation

DELETE, RUN NOW, PAUSE and RESUME can be performed on registered jobs.

1. Log into the ADP console and select "Function" -> "Scheduler" menu.


2. Select an operation option from the submenu of the target job from the job list.


* Jobs that have already started executing can be terminated from the Storage or Function menu.