gpt4 book ai didi

cron - 如何创建 cron 语句以运行多个小时

转载 作者:行者123 更新时间:2023-12-03 10:33:39 26 4
gpt4 key购买 nike

我需要一个 cron 语句来运行几个小时,例如 1-8 然后是 10-15。
在这种情况下,以下语句是否有效,

0 1-8,10-15 * * * 

如果没有,有人可以帮助我吗?

提前致谢,
格尼克

最佳答案

你不能,你可以使用多个值或一个范围
0 1,2,3,4,5,6,7,8,10,11,12,13,14,15 * * *
Source :

Time tags are separated by spaces. Do not use spaces within a tag, this will confuse cron. All five tags must be present. They are a logical AND of each other. There is another space between the last time tag and the first command.

A time tag can be a wildcard "*", which means "all". It can be one value, several values, a range, or a fractional range.

关于cron - 如何创建 cron 语句以运行多个小时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10811241/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com