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.
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.
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