Question
ChatGPT wrote a cron job that runs 60 times a minute instead of once an hour
* * * * * instead of 0 * * * *. Found out from the bill.
What I’ve tried
Fixed the expression to 0 * * * *. Now I want a way to catch the next mistake before it costs money.