Skip to content

定时规则如何配置

介绍

系统中使用的定时规则是webman官方组件 workerman/crontab

说明

workerman/crontab类似linux的crontab,不同的是workerman/crontab支持秒级定时。

时间说明:

bash
0   1   2   3   4   5
|   |   |   |   |   |
|   |   |   |   |   +------ day of week (0 - 6) (Sunday=0)
|   |   |   |   +------ month (1 - 12)
|   |   |   +-------- day of month (1 - 31)
|   |   +---------- hour (0 - 23)
|   +------------ min (0 - 59)
+-------------- sec (0-59)[可省略,如果没有0位,则最小时间粒度是分钟]

相关资源

基于 MIT 许可发布.