It would be cool if we could have cronjob monitoring so you don't need an external service for this to check.
Merged Queue monitoring / Heartbeats into this item
Created by: Phil
It would be useful to have a feature that monitors your jobs / queue.
Laravel Envoyer has a feature called "Hearbeat": https://docs.envoyer.io/1.0/projects/heartbeats.html
And here is an excellent use case for it: https://tighten.com/blog/are-your-queue-workers-working/
There are free alternatives like https://cronhub.io but it would be amazing to have such feature included in our Ploi account!
Thank you.
When talking about queue heart beats, Spatie has a package called Laravel Health that also offers queue heartbeats and a range of other checks through a simple JSON endpoint. It might be an idea worth considering to integrate with the Spatie Health package instead of building a custom heartbeat, because that package will allows to register a range of other checks as well.
I still wonder if this is something Ploi should offer out of the box, while there's so many third party solutions.
Can anyone let me know what you think? 🥰