select open change scope Open full search

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

Extensions / Features

pg_worker_pool

A background worker pool for executing SQL queries

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_worker_pool
Version0.1
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_worker_pool
Schemaworker_pool
Stars26
Latest commit2025-01-11
Catalogue updated2026-08-30

Related extensions

See also

pgquePure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks.
job_queueProof-of-concept database-side asynchronous job queue using dynamic PostgreSQL background workers.
supa_queueSimple 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-jobsAn asynchronous job queue schema for ACID compliant job creation
schedulerxPrototype background-worker scheduler for periodic, one-shot, and NOTIFY-triggered SQL jobs.
pgqbwpostgres queue backgound worker
pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
pgqGeneric queue for PostgreSQL