Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,我需要每天 01:15 开始一项 cron 工作。
这是我在 plesk 中设置的。
怎么了?如果我投入分钟 */5 工作,则每 5 分钟运行一次 cron 作业!但是如果我用图片中的数据更改数据不起作用
将星号与正斜杠和数字组合在一起表示“每 x 分钟”。
这就是为什么如果你放 */5 它将每 5 分钟运行一次
在您的帖子中,您提到:
您没有提到 AM 或 PM,但如果您想每天在 01:15 PM 运行,那么您应该13输入小时字段而不是1.
13
1
如果您希望在上午 01:15 进行,那么您的配置是正确的。