Proof-of-concept database-side asynchronous job queue using dynamic PostgreSQL background workers.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_job_queue |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Archived |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2018-06-05 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pg_cron | Job scheduler for PostgreSQL |
| pgque | Pure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks. |
| pg_worker_pool | A background worker pool for executing SQL queries |
| skitch-extension-jobs | An asynchronous job queue schema for ACID compliant job creation |
| 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. |
| pgq | Generic queue for PostgreSQL |
| ulak | Transactional Outbox extension for PostgreSQL with reliable asynchronous delivery |
| pgagent | A PostgreSQL job scheduler |
| pg_dispatch | Asynchronous SQL dispatcher built on pg_cron |