I have a question in a task schedule on CRON and would like more clarification on how it works.
If I have a task running every minute, and this task for example takes longer than 1 minute, EX: I have a report with more than 20,000 lines and running a routine traversing 15,000 lines and executing a task of comparison takes two minutes.
Then the CRON Schedule is scheduled to run again in the next 60 seconds.
Does the previously scheduled task end or end? Even if the second one has been called.
Remember that this is an example above to know how it works, and the doubt is not how to Schedule and yes how does the queue work