With SCF scheduled triggers, you can quickly create scheduled tasks without having to purchase computing resources in advance. Such triggers leverage Serverless' powerful elastic scalability to provide stable and fast capabilities of scheduled task processing.
Unlike other event-based triggers, scheduled triggers can execute tasks by using scheduled time-driven functions. Specifically, you can configure Cron expressions to quickly use such triggers without relying on external invocations. They have natural advantages in typical scheduled task scenarios such as automated monitoring, testing, and alarming, automated task execution, and data archiving, cleansing, and backup. The relevant workflow is as shown below:
The following table lists existing templates for typical use cases and their specific descriptions:
Function Processing Scenario | Description |
---|---|
High-Availability scheduled testing | Use SCF to implement high-availability scheduled testing. |
Scheduled task execution | Use SCF and Puppeteer to perform scheduled tasks on webpage content such as data collection and storage. |
Scheduled data archiving and backup | Use SCF to regularly back up databases to COS. |
Note:SCF offers a free tier. You will be charged if you exceed the free tier limit. For billing details, please see SCF Billing Overview.
Was this page helpful?