Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/supabase-cron-workflow-guide.mdA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://supabase.com/modules/cron.md