How to check when was the last execution of a Laravel scheduled command?
I have a task in the schedule that pings other services to check for responses, and if the response is the same as before, nothing changes. However, if it's different, I update the previous data in the database. But I…