Interface and Operations / Cron Job
When a function written by the user needs to be executed periodically and automatically, a Cron Job can be created for this function.
Cron Job List
You can enter the Cron Job list via "Management / Cron Job" and manage Cron Jobs on this page.
Manually Execute a Cron Job
In some cases, if users want to execute a configured Cron Job once immediately outside the schedule, they can click "Execute" in the Cron Job list to trigger it manually on a temporary basis.
Reference Documents
For the basic concepts of Cron Jobs, refer to the document Script Development / Basic Concepts / Cron Job
For details on how to write functions, refer to the document Script Development / Writing and Calling Functions