I'm curious on how do you currently monitor cron jobs?
Like how do you know immediately that your cron jobs are failing (e.g, it fails to run or it fails to finish running successfully because of an unexpected error)?
Currently, we are using CronMonit ( https://cronmonit.app/ ) which is a simple tool that we built that notifies us via email when our cron jobs fail. I'm curious what tool are you using or if you even use a cron monitoring tool at all?
You can see the log of every execution, see what builds succeeded and failed, etc. It works for me.