Supabase Cron, a new Postgres module, has been released to simplify and streamline recurring jobs within databases. Built on the pg_cron extension by Citus Data, it seamlessly integrates with the entire Supabase platform. Users can create jobs to run SQL snippets, call database functions, and execute remote webhooks. The module supports four types of jobs: SQL Snippets, Database Functions, HTTP Requests (webhooks), and Supabase Edge Functions. Jobs can be created via the Dashboard or SQL, with options for scheduling using standard cron syntax or natural language. Users can also view job history and logs in the Dashboard.