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.
我想安排一个没有 crontab 命令的 URL 负载平衡器检查作业,因为我阻止了 crontab 的使用。我尝试每 1 小时运行一次,但它消耗了更多资源。有没有其他有效的方法可以在不使用 crontab 命令的情况下安排作业?
另一个用于调度命令的命令是at. 这是手册页的链接。
at
例如,如果您想在给定时间运行命令,您可以执行
at 4pm /path/to/my/command