Pure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks.
pgext.cloud · Source code · Control file
| Package | pgque |
|---|---|
| Version | 0.1.0 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2016-06-07 |
| Catalogue updated | 2026-08-30 |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pg_cron | Job scheduler for PostgreSQL |
| job_queue | Proof-of-concept database-side asynchronous job queue using dynamic PostgreSQL background workers. |
| pg_worker_pool | A background worker pool for executing SQL queries |
| pgq | Generic queue for PostgreSQL |
| 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. |
| pgagent | A PostgreSQL job scheduler |
| ulak | Transactional Outbox extension for PostgreSQL with reliable asynchronous delivery |