gpt4 book ai didi

python - 非特定时间一天一次的crontab?

转载 作者:太空宇宙 更新时间:2023-11-03 13:15:38 44 4
gpt4 key购买 nike

我有一个 python 脚本,我希望每天只运行一次。我对 crontab 命令做了一些研究,它似乎是这样做的,但是每天在固定的时间。问题是我的电脑不会一整天都开着,而且不可能在特定的时间运行它。我能做什么?

日志文件有帮助吗?我正在考虑每 5 分钟左右执行一次 crontab 并扫描日志文件以查看当天的任何运行。

最佳答案

安装 anacron ,一个 cron 调度程序,它会在您的计算机开机时处理每天最多运行一次的任务。

来自维基百科页面:

anacron is a computer program that performs periodic command scheduling which is traditionally done by cron, but without assuming that the system is running continuously. Thus, it can be used to control the execution of daily, weekly, and monthly jobs (or anything with a period of n days) on systems that don't run 24 hours a day.

关于python - 非特定时间一天一次的crontab?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31223817/

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