I see some stats on these in reports > database, they seem to be the stored historical info about cron jobs that have run but where are they kept and how often are they "clearned out" or are they not "cleared out"?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
They could but they just give you the ability to use that company's extension (pretty much the main one for cron with Postgres). They also would have to know you have cron installed which is a Postgres operation that Supabase would not know if you ran with SQL or not... except if you used the UI.
It would be good if supabase could do a "auto" clear out of the cron.job_run_details that a cron produces at some configuarble time etc, e.g. every day for the previous days and beyond on...