云数据库 RDS-使用pg_cron插件:插件介绍

时间:2024-09-13 18:11:56

插件介绍

标准cron语法,*表示每个时间段运行,特定数字表示仅在此时间。

┌───────────── min (0 - 59)  
   │ ┌────────────── hour (0 - 23)  
   │ │ ┌─────────────── day of month (1 - 31)  
   │ │ │ ┌──────────────── month (1 - 12)  
   │ │ │ │ ┌───────────────── day of week (0 - 6) (0 to 6 are Sunday to  
   │ │ │ │ │                                   Saturday, or use names; 7 is also Sunday)  
   │ │ │ │ │  
   │ │ │ │ │ 

例如每周六9:30 AM(GMT)的语法为:

30 9 * * 6
support.huaweicloud.com/usermanual-rds/rds_09_0071.html