Skip to content
Cron

Install


Install the Supabase Cron Postgres Module to begin scheduling recurring Jobs.

  1. Go to the Cron Postgres Module under Integrations in the Dashboard.
  2. Enable the pg_cron extension.

Uninstall#

Uninstall Supabase Cron by disabling the pg_cron extension:

1
drop extension if exists pg_cron;