Skip to content

Interface and Operations / Cron Job

When a function written by a user needs to be executed automatically at regular intervals, a "Cron Job" can be created for this function.

Cron Job List

By navigating to "Manage / Cron Job," you can access the Cron Job list, where you can manage your Cron Jobs.

cron-job-list.png

Manual Execution of Cron Job

In certain cases, if a user wishes to execute a configured "Cron Job" immediately outside of the scheduled time, they can click "Execute" in the "Cron Job" list to manually trigger it temporarily.

run-cron-job-manually.png


Reference Documentation

For basic concepts related to Cron Jobs, refer to the documentation Script Development Guide / Basic Concepts / Cron Job

For detailed function writing methods, refer to the documentation Script Development Guide / Writing and Calling Functions