Deno Cron jobs can perform actions such as updating state in Deno KV, pinging a website, sending email, initiating a database backup, and calling an API at regular intervals. Deno Land, the developers ...
GitHub

Add cron job support

We should support users creating cron jobs via the UI. We should expose a cron job button/icon on the card of every agent that allows a user to both view all of their existing cron jobs on that agent, ...
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule ...