hosmelq / laravel-pulse-schedule

Laravel Pulse card that list all scheduled tasks.
MIT License
47 stars 3 forks source link

[Feature] Show last run time and status #2

Open hailwood opened 9 months ago

hailwood commented 9 months ago

It would be pretty neat if we can track the last runtime of the commands. It would be even neater if we could track the last successful and last failed run.

hosmelq commented 9 months ago

Hello @hailwood, your use cases are great. I will investigate how they can work. If you have any ideas, it would be great.

JasonJensenDev commented 8 months ago

Thanks for putting this package together, @hosmelq. I agree it would be pretty neat if your package had these features and I wanted to make sure you were aware of Spatie's Schedule Monitor package (https://github.com/spatie/laravel-schedule-monitor). Seems like a good place to start if you or anyone else is interested.

hosmelq commented 8 months ago

Thank you @JasonJensenDev, I already started working on this on weekends. I will keep you posted. :)