【发布时间】:2014-11-08 23:23:32
【问题描述】:
我正在设置一个每分钟执行一个脚本 page.php 的 cron 作业 我想知道并发性。 脚本自己需要 15 分钟才能完成,那么 cron 将如何运行?
Lets take a time frame of 15 minutes, how many crons will run in that time? 1 or 15?
will cron runs till its completion or it can be interrupted?
Thanks.
【问题讨论】:
标签: php amazon-web-services amazon-ec2 cron jobs