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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/supabase-queues-workflow-guide.md | A 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
- 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/queues.md