Prompt Buddy logoPrompt Buddy

supabase · Supabase Docs

Supabase Queues

An overview of Supabase Queues, a Postgres-based messaging system using the pgmq extension that supports exactly-once delivery, message archival, and management via SQL, client libraries, or the Dashboard.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Supabase Queues

An overview of Supabase Queues, a Postgres-based messaging system using the pgmq extension that supports exactly-once delivery, message archival, and management via SQL, client libraries, or the Dashboard.

When To Use

Use when determining if Supabase Queues can support asynchronous task processing, event-driven workflows, or background job scheduling within a Postgres environment.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/supabase-queues-workflow-guide.mdA documentation overview of Supabase Queues, detailing its features, use cases, and technical implementation using Postgres and pgmq.Questions about a documentation overview of Supabase Queues, detailing its features, use cases, and technical implementation using Po...

What This Skill Covers

  • Durable message queues with guaranteed delivery, powered by Postgres and pgmq.
  • 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/queues.md