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.
我想防止我的脚本一次运行不止一次。
我目前的做法是
为了防止进程挂起,我设置了一个 cron 作业来定期检查文件是否旧于允许的最大运行时间,如果它仍在运行,则终止该进程。
我是否有杀死错误进程的风险?
有没有更好的方法来整体执行此操作?