supabase · Supabase Docs
Supabase Cron
A guide to scheduling and managing recurring background jobs within Postgres using the pgcron extension to trigger SQL statements, database functions, Edge Functions, or webhooks.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Supabase Cron
A guide to scheduling and managing recurring background jobs within Postgres using the pgcron extension to trigger SQL statements, database functions, Edge Functions, or webhooks.
When To Use
Use when you need to automate periodic database maintenance, scheduled report generation, or recurring calls to external webhooks and Edge Functions directly from your database.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/supabase-cron-workflow-guide.md | A documentation guide explaining how to schedule and manage recurring jobs in Postgres using the pgcron extension via Supabase Cron. | Questions about a documentation guide explaining how to schedule and manage recurring jobs in Postgres using the pgcron extension via... |
What This Skill Covers
- Schedule and manage recurring jobs directly in Postgres with pgcron.
- Main sections:
Key Features,Common Use Cases,Technical Details,Links.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://supabase.com/modules/cron.md