Details
Description
There is a Bug on handle the once per minute case.
For the cronentry: "* * * * *"
The Next Scheduled time is not the top of the next minute.
Instead, is the current Time plus 60 seconds
The problem is that the code is trying to set the precision at seconds, but the precision must have to be at minutes.
You can check the patch attached to see the change required to fix this issue.