It is possible in the method $scheduler->getExecutedJobs returns the time and start the task was started and ended and the amount of processing it consumed.
because I have a program with more than 200 scheduled tasks that would help to build a graph with heavier tasks and with long execution times so that they can be analyzed
It is possible in the method
$scheduler->getExecutedJobs
returns the time and start the task was started and ended and the amount of processing it consumed.because I have a program with more than 200 scheduled tasks that would help to build a graph with heavier tasks and with long execution times so that they can be analyzed