Good afternoon, comrades.
The essence of the matter: Crones run every 10 minutes, utility (daemon): fcron , instead of cron .
Fcron has one specificity that does not allow you to perform a task if the previous one has not yet been completed.
For example, the script scriptname.php is executed on the crown every 10 minutes. And once again it started at 12:10. But, if the specified script does not have time to execute in 10 minutes, then at 12:20 the next time the script does not start anymore simply because the previous one has not yet been completed (I ask for your professional help!
I need uninterrupted script work. I need that every 10 minutes the script is guaranteed to start, despite the fact that the previous one has not yet been completed.