A background worker pool for executing SQL queries
pgext.cloud · Source code · Documentation · Control file
| Package | pg_worker_pool |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_worker_pool |
| Schema | worker_pool |
| Stars | 26 |
| Latest commit | 2025-01-11 |
| Catalogue updated | 2026-08-30 |
| pgque | Pure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks. |
| job_queue | Proof-of-concept database-side asynchronous job queue using dynamic PostgreSQL background workers. |
| 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. |
| skitch-extension-jobs | An asynchronous job queue schema for ACID compliant job creation |
| schedulerx | Prototype background-worker scheduler for periodic, one-shot, and NOTIFY-triggered SQL jobs. |
| pgqbw | postgres queue backgound worker |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pgq | Generic queue for PostgreSQL |