peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
811 stars 144 forks source link

Task start and end time #125

Open elvispdosreis opened 3 years ago

elvispdosreis commented 3 years ago

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