select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

supa_queue

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

Overview

Packagemansueli-supa_queue
Version1.0.4
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Schemapublic
Stars15
Latest commit2024-05-02
Latest release2024-04-01
Catalogue updated2026-08-30

Related extensions

Requires

pg_cronJob scheduler for PostgreSQL
pg_netAsync HTTP Requests
plpgsqlPL/pgSQL procedural language
supabase_vaultSupabase Vault Extension

See also

pg_cronJob scheduler for PostgreSQL
pg_netAsync HTTP Requests
httpHTTP client for PostgreSQL, allows web page retrieval inside the database.
pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
event_managerLoosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing.
beyond_queueA faster fork of pgmq for https://beyond.dev queues
pg_dispatchAsynchronous SQL dispatcher built on pg_cron
supabase_vaultSupabase Vault Extension
omni_httpcHTTP client
pg_asyncC extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby.
pg_httpsHTTP/HTTPS client functions for PostgreSQL using libcurl
pgagentA PostgreSQL job scheduler