Simple PostgreSQL job queue that dispatches asynchronous HTTP requests with pg_net, schedules processing and retries with pg_cron, and stores endpoint credentials in Supabase Vault.
pgext.cloud · Source code · Website · Documentation · License text · Control file
| Package | mansueli-supa_queue |
|---|---|
| Version | 1.0.4 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Schema | public |
| Stars | 15 |
| Latest commit | 2024-05-02 |
| Latest release | 2024-04-01 |
| Catalogue updated | 2026-08-30 |
| pg_cron | Job scheduler for PostgreSQL |
| pg_net | Async HTTP Requests |
| plpgsql | PL/pgSQL procedural language |
| supabase_vault | Supabase Vault Extension |
| pg_cron | Job scheduler for PostgreSQL |
| pg_net | Async HTTP Requests |
| http | HTTP client for PostgreSQL, allows web page retrieval inside the database. |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| event_manager | Loosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing. |
| beyond_queue | A faster fork of pgmq for https://beyond.dev queues |
| pg_dispatch | Asynchronous SQL dispatcher built on pg_cron |
| supabase_vault | Supabase Vault Extension |
| omni_httpc | HTTP client |
| pg_async | C extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby. |
| pg_https | HTTP/HTTPS client functions for PostgreSQL using libcurl |
| pgagent | A PostgreSQL job scheduler |