我可以在同一个crontab文件中安排两个cron作业,比如24小时。我该怎么做?

时间:2014-11-24 16:50:36

标签: cron

我的crontab -l看起来像:

0 3 * * * script to fire regression at 3AM and write the build number to a file

我的第二个cron命令是收集上述回归的覆盖范围。我想在第一份工作后24小时开始说,因为回归几乎总是不到一天。

现在,我的解决方案是

0 3 * * * collect coverage after reading said file and knowing where to go inside to start collection>

这意味着第一次覆盖收集和回归同时发生,因此我们将得到zilch或没有...但至少第二次围绕覆盖收集可能会发生第一次回归。但我想知道是否有更好的方法来做到这一点。

0 个答案:

没有答案