Skip to main content
Version: 3.x

Scheduler

Introduction

It is convenient to maintain some periodic tasks online, such as: in an order transaction application, orders that have not been paid for a long time need to be closed, and a scheduled task can be added through the task scheduling module to call the application's interface every 1 minute to let the application check those orders that have not been paid for a long time.

danger

The execution history only retains the last 50 records of each task, and the excess records will be automatically deleted.